From 6eabc6adf5ffd11d949abca93159b1bd3333ea1c Mon Sep 17 00:00:00 2001 From: Pavlos Touboulidis Date: Sun, 11 May 2014 01:28:08 +0300 Subject: [PATCH] Remove one line of forgotten commented-out code --- OpenRA.Mods.RA/AI/HackyAI.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Mods.RA/AI/HackyAI.cs b/OpenRA.Mods.RA/AI/HackyAI.cs index d0d05c9002..55ddc189b4 100644 --- a/OpenRA.Mods.RA/AI/HackyAI.cs +++ b/OpenRA.Mods.RA/AI/HackyAI.cs @@ -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; } }