1
0

added cProtocol function to pass xp to client

This commit is contained in:
Daniel O'Brien
2013-11-15 22:42:09 +11:00
parent af17faac45
commit 1b2e6e7473
7 changed files with 44 additions and 28 deletions

View File

@@ -841,7 +841,7 @@ end
function HandleAddExperience(a_Split, a_Player)
a_Player->AddExperience(200);
a_Player:AddExperience(200);
return true;
end