From 5bb221b3bfb501c940e96871cbb068abc8f4a8d4 Mon Sep 17 00:00:00 2001
From: James R <justsomejames2@gmail.com>
Date: Sat, 12 Dec 2020 15:39:13 -0800
Subject: [PATCH] Yeah Fuck You SEENAMES

---
 src/lua_hook.h    | 2 --
 src/lua_hooklib.c | 2 --
 2 files changed, 4 deletions(-)

diff --git a/src/lua_hook.h b/src/lua_hook.h
index 4274f1f3c4..0f84827942 100644
--- a/src/lua_hook.h
+++ b/src/lua_hook.h
@@ -120,9 +120,7 @@ int  LUA_HookPlayerCanDamage(player_t *, mobj_t *);
 void LUA_HookPlayerQuit(player_t *, kickreason_t);
 int  LUA_HookTeamSwitch(player_t *, int newteam, boolean fromspectators, boolean tryingautobalance, boolean tryingscramble);
 int  LUA_HookViewpointSwitch(player_t *player, player_t *newdisplayplayer, boolean forced);
-#ifdef SEENAMES
 int  LUA_HookSeenPlayer(player_t *player, player_t *seenfriend);
-#endif
 int  LUA_HookShouldJingleContinue(player_t *, const char *musname);
 int  LUA_HookPlayerCmd(player_t *, ticcmd_t *);
 int  LUA_HookMusicChange(const char *oldname, struct MusicChange *);
diff --git a/src/lua_hooklib.c b/src/lua_hooklib.c
index 4143fbd8e6..3a63e446e5 100644
--- a/src/lua_hooklib.c
+++ b/src/lua_hooklib.c
@@ -947,7 +947,6 @@ int LUA_HookViewpointSwitch(player_t *player, player_t *newdisplayplayer, boolea
 	return hook.status;
 }
 
-#ifdef SEENAMES
 int LUA_HookSeenPlayer(player_t *player, player_t *seenfriend)
 {
 	Hook_State hook;
@@ -962,7 +961,6 @@ int LUA_HookSeenPlayer(player_t *player, player_t *seenfriend)
 	}
 	return hook.status;
 }
-#endif // SEENAMES
 
 int LUA_HookShouldJingleContinue(player_t *player, const char *musname)
 {
-- 
GitLab