diff options
-rw-r--r-- | NorthstarDLL/scripts/client/cursorposition.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NorthstarDLL/scripts/client/cursorposition.cpp b/NorthstarDLL/scripts/client/cursorposition.cpp index c80a0930..61fd427a 100644 --- a/NorthstarDLL/scripts/client/cursorposition.cpp +++ b/NorthstarDLL/scripts/client/cursorposition.cpp @@ -8,7 +8,6 @@ ADD_SQFUNC("vector ornull", NSGetCursorPosition, "", "", ScriptContext::UI) POINT p; if (GetCursorPos(&p) && ScreenToClient(*g_gameHWND, &p) && GetClientRect(*g_gameHWND, &rcClient)) { - std::cout << rcClient.right << " : " << rcClient.bottom << "\n"; if (GetAncestor(GetForegroundWindow(), GA_ROOTOWNER) != *g_gameHWND) return SQRESULT_NULL; |