We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1c892 commit eb49914Copy full SHA for eb49914
A3-Antistasi/statSave/loadPlayer.sqf
@@ -58,4 +58,5 @@ if (isMultiplayer && side _unit == teamPlayer) then
58
};
59
60
diag_log "Antistasi: Personal player stats loaded";
61
-[] spawn A3A_fnc_statistics;
+
62
+[] remoteExec ["A3A_fnc_statistics", _unit];
0 commit comments