Add Get_All_Players() Lua function

This commit is contained in:
2026-03-01 16:36:37 -06:00
parent 7d642a8441
commit f7024acd8b
3 changed files with 179 additions and 13 deletions

View File

@@ -14,6 +14,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDll, DWORD fdwReason, LPVOID lpvReserved) {
if (!LuaHook_Init()) {
OutputDebugStringA("[SWEAW Hooks] WARNING: LuaHook_Init() failed - Lua hooks are not active.\n");
}
break;
case DLL_PROCESS_DETACH: