1
0

updated plugin again...

This commit is contained in:
Daniel O'Brien
2013-11-16 22:17:46 +11:00
parent 25ccc33252
commit b3bb34974f
3 changed files with 6 additions and 6 deletions

View File

@@ -859,7 +859,7 @@ end
function HandleRemoveXp(a_Split, a_Player)
a_Player:SetExperience(0);
a_Player:SetCurrentExperience(0);
return true;
end