mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-15 21:28:58 +00:00
Modify player sleeping height to a more realistic option
This commit is contained in:
parent
946907b581
commit
d7a929021c
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ public class PacketsManager {
|
||||||
return 0.7;
|
return 0.7;
|
||||||
case PLAYER:
|
case PLAYER:
|
||||||
if (((PlayerWatcher) disguise.getWatcher()).isSleeping()) {
|
if (((PlayerWatcher) disguise.getWatcher()).isSleeping()) {
|
||||||
return 0.5;
|
return 0.35;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue