Fixed compile error for the spelling pull request.
This commit is contained in:
parent
041fb1e1da
commit
cfc68427ef
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class EntityTrackerInfo
|
||||||
Mod = mod;
|
Mod = mod;
|
||||||
this.ID = ID;
|
this.ID = ID;
|
||||||
Range = range;
|
Range = range;
|
||||||
UpdateFrequancy = updateFrequency;
|
UpdateFrequency = updateFrequency;
|
||||||
SendVelocityInfo = sendVelocityInfo;
|
SendVelocityInfo = sendVelocityInfo;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue