Status: Remove nosteam flag.
This commit is contained in:
parent
159f9f846c
commit
2c23f72a50
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
#include <sourcemod>
|
#include <sourcemod>
|
||||||
#include <sdktools>
|
#include <sdktools>
|
||||||
#include <connect>
|
|
||||||
|
|
||||||
#tryinclude "serverfps.inc"
|
#tryinclude "serverfps.inc"
|
||||||
|
|
||||||
@ -163,10 +162,7 @@ public Action Command_Status(int client, const char[] command, int args)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(IsClientInGame(player))
|
if(IsClientInGame(player))
|
||||||
if (SteamClientAuthenticated(sPlayerAuth))
|
FormatEx(sPlayerState, sizeof(sPlayerState), "active");
|
||||||
FormatEx(sPlayerState, sizeof(sPlayerState), "active");
|
|
||||||
else
|
|
||||||
FormatEx(sPlayerState, sizeof(sPlayerState), "nosteam");
|
|
||||||
else
|
else
|
||||||
FormatEx(sPlayerState, sizeof(sPlayerState), "spawning");
|
FormatEx(sPlayerState, sizeof(sPlayerState), "spawning");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user