Skip to content

Commit

Permalink
fix the other half of the prox desync
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisforbes committed Feb 28, 2011
1 parent 8d99652 commit ba94912
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions OpenRA.Mods.RA/ProximityCaptor.cs
Expand Up @@ -25,9 +25,6 @@ public class ProximityCaptor

public string[] Types;

[Sync]
public int Hash { get { return string.Join(",", Types).GetHashCode(); } }

public ProximityCaptor(ProximityCaptorInfo info)
{
Info = info;
Expand Down

0 comments on commit ba94912

Please sign in to comment.