Permalink
Showing
with
1 addition
and
0 deletions.
-
+1
−0
addons/sourcemod/scripting/ttt/ttt_revive.sp
|
@@ -364,6 +364,7 @@ void ShowReviveMenu(int client, int target) |
|
|
{ |
|
|
if (!g_bHasRevive[client] && !g_bWait[client]) |
|
|
{ |
|
|
PrintToChat(client, "[Revive] Something went wrong here. (g_bHasRevive: %d, g_bWait: %d)", g_bHasRevive[client], g_bWait[client]); |
|
|
return; |
|
|
} |
|
|
|
|
|
0 comments on commit
79db3bd