Fix root cause for `world owned by creep' bugs

This commit is contained in:
Paul Chote
2011-03-29 21:13:01 +13:00
parent 23eb077417
commit 5d762b1f9c
2 changed files with 38 additions and 18 deletions

View File

@@ -38,13 +38,5 @@ namespace OpenRA.FileFormats
{
FieldLoader.Load(this, my);
}
public PlayerReference(string name, string race, bool ownsworld, bool noncombatant)
{
Name = name;
Race = race;
OwnsWorld = ownsworld;
NonCombatant = noncombatant;
}
}
}