Remove unnecessary this. references.
This commit is contained in:
@@ -57,7 +57,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public ModularBot(ModularBotInfo info, ActorInitializer init)
|
||||
{
|
||||
this.info = info;
|
||||
this.world = init.World;
|
||||
world = init.World;
|
||||
}
|
||||
|
||||
// Called by the host's player creation code
|
||||
|
||||
Reference in New Issue
Block a user