Modify player sleeping height to a more realistic option

This commit is contained in:
libraryaddict 2014-01-03 07:58:05 +13:00
parent 946907b581
commit d7a929021c

View File

@ -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: