mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-10-04 11:35:11 -04:00
negative reach distance doesn't make sense
This commit is contained in:
parent
b90090d6b5
commit
19e6f9c003
@ -74,7 +74,7 @@ namespace ClassicalSharp.Network.Protocols {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void HandleSetClickDistance() {
|
void HandleSetClickDistance() {
|
||||||
game.LocalPlayer.ReachDistance = reader.ReadInt16() / 32f;
|
game.LocalPlayer.ReachDistance = reader.ReadUInt16() / 32f;
|
||||||
}
|
}
|
||||||
|
|
||||||
void HandleCustomBlockSupportLevel() {
|
void HandleCustomBlockSupportLevel() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user