Skip to content

Commit

Permalink
Fix game mode load not broadcasting "gameModeServer" variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparker95 committed Dec 16, 2019
1 parent fc55211 commit e682641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project_0.Altis/GameManager/GameManager.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ CLASS("GameManager", "MessageReceiverEx")
CALLM1(_storage, "load", _gameModeRef);
gGameMode = _gameModeRef;
PUBLIC_VARIABLE "gGameMode";
gGameModeServer = gGameMode;
PUBLIC_VARIABLE "gGameModeServer";

// Restore date
pr _date = GETV(_header, "date");
Expand Down

0 comments on commit e682641

Please sign in to comment.