ProtectionAreas: Fixed a mistyped variable name
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1518 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
9a25f76697
commit
976c33377c
@ -24,7 +24,7 @@ function OnDisconnect(a_Player, a_Reason)
|
||||
g_PlayerAreas[a_Player:GetName()] = nil;
|
||||
|
||||
-- If the player is a VIP, they had a command state, remove that as well
|
||||
CommandStates[a_Player:GetUniqueID()] = nil;
|
||||
g_CommandStates[a_Player:GetUniqueID()] = nil;
|
||||
|
||||
return false;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user