report the tick in debug
This commit is contained in:
@@ -126,6 +126,8 @@ namespace OpenRA
|
||||
{
|
||||
++LocalTick;
|
||||
|
||||
Log.Write("debug", "--Tick: {0} ({1})", LocalTick, isNetTick ? "net" : "local");
|
||||
|
||||
if (isNetTick) orderManager.Tick(world);
|
||||
|
||||
world.OrderGenerator.Tick(world);
|
||||
|
||||
Reference in New Issue
Block a user