1
0

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:
madmaxoft@gmail.com 2013-05-26 19:57:12 +00:00
parent 9a25f76697
commit 976c33377c

View File

@ -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;