mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2025-07-25 02:54:36 +00:00
rpt error for communitystats
Thx to a Friend ;)
This commit is contained in:
@ -351,7 +351,7 @@ if (!isNull _player) then {
|
|||||||
|
|
||||||
// load community stats
|
// load community stats
|
||||||
_communityStatsArray = ["CommunityStats", _playerUID] call EPOCH_fnc_server_hiveGETRANGE;
|
_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];
|
_newPlyr setVariable["COMMUNITY_STATS", _communityStats];
|
||||||
|
|
||||||
// re enable damage server side
|
// re enable damage server side
|
||||||
|
Reference in New Issue
Block a user