fix function

This commit is contained in:
vbawol 2016-01-02 19:27:52 -06:00
parent cf03d38ab9
commit 7c7df298da
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
if([_this select 1 select 0,_this select 1 select 2]call EPOCH_server_getPToken)then{(_this select 1)call EPOCH_server_savePlayer}
if([_this select 0,_this select 2] call EPOCH_server_getPToken)then{
_this call EPOCH_server_savePlayer
}