fix the other half of the prox desync

This commit is contained in:
Chris Forbes
2011-02-28 20:39:24 +13:00
parent 8d99652eea
commit ba949126ab

View File

@@ -25,9 +25,6 @@ namespace OpenRA.Mods.RA
public string[] Types;
[Sync]
public int Hash { get { return string.Join(",", Types).GetHashCode(); } }
public ProximityCaptor(ProximityCaptorInfo info)
{
Info = info;