set Gliding to false in MatchPlayer reset

This commit is contained in:
cswhite2000 2017-12-06 17:07:40 -08:00
parent f71cc90fd4
commit 087b690823
1 changed files with 1 additions and 0 deletions

View File

@ -429,6 +429,7 @@ public class MatchPlayer extends MatchFacetContext<MatchPlayerFacet> implements
bukkit.setSlowNaturalRegeneration(true);
bukkit.setAllowFlight(false);
bukkit.setFlying(false);
bukkit.setGliding(false);
bukkit.setSneaking(false);
bukkit.setSprinting(false);
bukkit.setFlySpeed(0.1f);