Skip to content

Commit

Permalink
Fix UI updating when player loaded in
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoffy committed Jul 24, 2019
1 parent da1c892 commit eb49914
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion A3-Antistasi/statSave/loadPlayer.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ if (isMultiplayer && side _unit == teamPlayer) then
};

diag_log "Antistasi: Personal player stats loaded";
[] spawn A3A_fnc_statistics;

[] remoteExec ["A3A_fnc_statistics", _unit];

0 comments on commit eb49914

Please sign in to comment.