mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-19 04:06:03 +08:00
Update Hooks.hpp
This commit is contained in:
@ -515,7 +515,7 @@ bool __stdcall hkCreateMove(float frame_time, CUserCmd* pCmd)
|
||||
iff.g_pClient->DispatchUserMessage(CS_UM_ServerRankRevealAll, 0, 0, nullptr);
|
||||
|
||||
|
||||
if (g_Options.speclist && interval)
|
||||
if (g_Options.speclist && interval && localplayer->GetHealth() > 0)
|
||||
{
|
||||
string spectatorList = "Spectating you:\n \n";
|
||||
bool isSomeoneSpectatingYou = false;
|
||||
|
Reference in New Issue
Block a user