mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
rpt error for communitystats
Thx to a Friend ;)
This commit is contained in:
parent
87ce045881
commit
0e2af36da9
@ -351,7 +351,7 @@ if (!isNull _player) then {
|
||||
|
||||
// load community stats
|
||||
_communityStatsArray = ["CommunityStats", _playerUID] call EPOCH_fnc_server_hiveGETRANGE;
|
||||
_communityStats = ((_communityStatsArray select 1) select 0);
|
||||
_communityStats = (_communityStatsArray param [1,[]]) param [0,[]];
|
||||
_newPlyr setVariable["COMMUNITY_STATS", _communityStats];
|
||||
|
||||
// re enable damage server side
|
||||
|
Loading…
Reference in New Issue
Block a user