Set LandmarkOrderSelector_Race at the start of the WU (#18)
This commit is contained in:
parent
f167ff7110
commit
7dd8ab8950
@ -246,6 +246,11 @@ MB_WarmUp(S_WarmUpNb, S_WarmUpDuration * 1000, S_WarmUpTimeout * 1000);
|
||||
***
|
||||
declare netwrite Boolean Net_RoyalRounds_WarmUpUI_IsActive for Teams[0];
|
||||
Net_RoyalRounds_WarmUpUI_IsActive = True;
|
||||
|
||||
foreach (Player in Players) {
|
||||
declare netwrite Integer Net_RoyalRounds_WarmUpUI_SelectedSegment for Player = 1;
|
||||
Player.LandmarkOrderSelector_Race = Net_RoyalRounds_WarmUpUI_SelectedSegment;
|
||||
}
|
||||
***
|
||||
|
||||
***Match_WarmUpLoop***
|
||||
|
Loading…
Reference in New Issue
Block a user