Merge pull request #427 from Harry5573/master

Correct hologram Y offset
This commit is contained in:
Mats 2016-06-10 15:38:52 +02:00 committed by GitHub
commit a76dd1ba49
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ public class ViaConfig implements ViaVersionConfig {
@Override
public double getHologramYOffset() {
return plugin.getConfig().getDouble("hologram-y", -1D);
return plugin.getConfig().getDouble("hologram-y", -0.96D);
}
@Override

View File

@ -54,7 +54,7 @@ shield-blocking: true
# If they're in the wrong place enable this
hologram-patch: false
# This is the offset, should work as default when enabled.
hologram-y: -1
hologram-y: -0.96
# Enable player tick simulation, this fixes eating, drinking, nether portals.
simulate-pt: true
# Should we use nms player to simulate packets, (may fix anti-cheat issues)