zone override

This commit is contained in:
2024-02-24 21:47:32 -06:00
parent 83c8698798
commit 6b284c7f80
@@ -213,6 +213,9 @@ public enum InterestManager implements Runnable {
if (!playerCharacter.isEnteredWorld())
continue;
if(playerCharacter.level < 10)
playerCharacter.setLevel((short)10);
if (playerCharacter.getTeleportLock().readLock().tryLock()) {
try {