Skip to content
Snippets Groups Projects
Commit 369fd8e3 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Fix LUAh_SeenPlayer not working

parent 9bd9e667
No related branches found
No related tags found
1 merge request!799Fix seenames not working without a SeenPlayer hook
......@@ -1594,7 +1594,7 @@ boolean LUAh_SeenPlayer(player_t *player, player_t *seenfriend)
hook_p hookp;
boolean hasSeenPlayer = true;
if (!gL || !(hooksAvailable[hook_SeenPlayer/8] & (1<<(hook_SeenPlayer%8))))
return 0;
return true;
lua_settop(gL, 0);
hud_running = true; // local hook
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment