move Game.IsStarted to World.GameHasStarted
This commit is contained in:
@@ -129,7 +129,7 @@ namespace OpenRA
|
||||
|
||||
public void Tick(World world)
|
||||
{
|
||||
if (!Game.IsStarted) return;
|
||||
if (!world.GameHasStarted) return;
|
||||
if (world.LocalPlayer == null) return;
|
||||
|
||||
TickPaletteAnimation();
|
||||
|
||||
Reference in New Issue
Block a user