Merge remote-tracking branch 'origin/lakebane-strongholds' into lakebane-strongholds
# Conflicts: # src/engine/objects/PlayerCharacter.java
This commit is contained in:
@@ -46,6 +46,8 @@ public class ChangeAltitudeHandler extends AbstractClientMsgHandler {
|
|||||||
return false;
|
return false;
|
||||||
if (pc.region != null && !pc.region.isOutside())
|
if (pc.region != null && !pc.region.isOutside())
|
||||||
return false;
|
return false;
|
||||||
|
if(pc.speedMod > 0)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
|
||||||
// Find out if we already have an altitude timer running and if so
|
// Find out if we already have an altitude timer running and if so
|
||||||
|
|||||||
Reference in New Issue
Block a user