Fixed compile error for the spelling pull request.

This commit is contained in:
LexManos 2012-02-25 15:41:56 -08:00
parent 041fb1e1da
commit cfc68427ef
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class EntityTrackerInfo
Mod = mod;
this.ID = ID;
Range = range;
UpdateFrequancy = updateFrequency;
UpdateFrequency = updateFrequency;
SendVelocityInfo = sendVelocityInfo;
}
}