Skip to content

Commit 0336a88

Browse files
committed
map list gaurd check
1 parent 64b1b44 commit 0336a88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Content.Server/GameTicking/GameTicker.RoundFlow.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ private void LoadMaps()
153153
return;
154154
}
155155

156+
DefaultMap.Clear(); //starlight, just in case, idk if this gets auto cleared or not
156157
for (var i = 0; i < maps.Count; i++)
157158
{
158159
LoadGameMap(maps[i], out var mapId);

0 commit comments

Comments
 (0)