Modify player sleeping height to a more realistic option
This commit is contained in:
parent
946907b581
commit
d7a929021c
@ -464,7 +464,7 @@ public class PacketsManager {
|
||||
return 0.7;
|
||||
case PLAYER:
|
||||
if (((PlayerWatcher) disguise.getWatcher()).isSleeping()) {
|
||||
return 0.5;
|
||||
return 0.35;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user