move Game.IsStarted to World.GameHasStarted
This commit is contained in:
@@ -125,7 +125,7 @@ namespace OpenRA
|
||||
|
||||
try
|
||||
{
|
||||
if (!Game.IsStarted)
|
||||
if (!world.GameHasStarted)
|
||||
return "default";
|
||||
|
||||
var mi = new MouseInput
|
||||
|
||||
Reference in New Issue
Block a user