Prevent falling in game graphics.
This commit is contained in:
parent
450fffc3e8
commit
ead9206d06
@ -13523,6 +13523,9 @@ public final class L2PcInstance extends L2Playable
|
||||
sendPacket(sm);
|
||||
}
|
||||
|
||||
// Prevent falling in game graphics.
|
||||
sendPacket(new ValidateLocation(this));
|
||||
|
||||
setFalling();
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user