Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### Eclipse Workspace Patch 1.0
- #P L2jFrozen_GS
- Index: head-src/com/l2jfrozen/gameserver/handler/usercommandhandlers/Escape.java
- ===================================================================
- --- head-src/com/l2jfrozen/gameserver/handler/usercommandhandlers/Escape.java (revision 948)
- +++ head-src/com/l2jfrozen/gameserver/handler/usercommandhandlers/Escape.java (working copy)
- @@ -125,7 +125,17 @@
- activeChar.sendMessage("You may not escape when you sitting.");
- return false;
- }
- +
- + /**
- + * @author Crystalia
- + */
- + if(activeChar.isAway())
- + {
- + activeChar.sendMessage("You may not use unstuck when you are in away mode.");
- + return false;
- + }
- +
- // Check player status.
- if(activeChar.isCastingNow() || activeChar.isMovementDisabled() || activeChar.isMuted() || activeChar.isAlikeDead() || activeChar.isInOlympiadMode() || activeChar.isAwaying())
- return false;
Advertisement
Add Comment
Please, Sign In to add comment