Skip to content

Commit eb49914

Browse files
committed
Fix UI updating when player loaded in
1 parent da1c892 commit eb49914

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

A3-Antistasi/statSave/loadPlayer.sqf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ if (isMultiplayer && side _unit == teamPlayer) then
5858
};
5959

6060
diag_log "Antistasi: Personal player stats loaded";
61-
[] spawn A3A_fnc_statistics;
61+
62+
[] remoteExec ["A3A_fnc_statistics", _unit];

0 commit comments

Comments
 (0)