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