fix the other half of the prox desync
This commit is contained in:
@@ -25,9 +25,6 @@ namespace OpenRA.Mods.RA
|
|||||||
|
|
||||||
public string[] Types;
|
public string[] Types;
|
||||||
|
|
||||||
[Sync]
|
|
||||||
public int Hash { get { return string.Join(",", Types).GetHashCode(); } }
|
|
||||||
|
|
||||||
public ProximityCaptor(ProximityCaptorInfo info)
|
public ProximityCaptor(ProximityCaptorInfo info)
|
||||||
{
|
{
|
||||||
Info = info;
|
Info = info;
|
||||||
|
|||||||
Reference in New Issue
Block a user