Excise previous server extensions code

This commit is contained in:
Paul Chote
2010-11-08 13:13:58 +13:00
parent d55e58ea1c
commit 047a09bbbd
15 changed files with 67 additions and 398 deletions

View File

@@ -199,11 +199,7 @@ namespace OpenRA
// hash all the traits that tick
foreach (var x in traitDict.ActorsWithTraitMultiple<object>(this))
{
if (x.Trait is ITraitNotSynced) continue;
ret += n++*(int) x.Actor.ActorID*Sync.CalculateSyncHash(x.Trait);
}
// Hash the shared rng
ret += SharedRandom.Last;