Remove one line of forgotten commented-out code

This commit is contained in:
Pavlos Touboulidis
2014-05-11 01:28:08 +03:00
parent 49ec533481
commit 6eabc6adf5

View File

@@ -119,7 +119,6 @@ namespace OpenRA.Mods.RA.AI
const int MaxBaseDistance = 40;
public const int feedbackTime = 30; // ticks; = a bit over 1s. must be >= netlag.
//public World world { get { return p.PlayerActor.World; } }
public readonly World world;
public Map Map { get { return world.Map; } }
IBotInfo IBot.Info { get { return this.Info; } }