SDR bind loc for errants

This commit is contained in:
2025-01-05 15:36:30 -06:00
parent 67f66155e9
commit b0c6239314
+1 -1
View File
@@ -1300,7 +1300,7 @@ public class PlayerCharacter extends AbstractCharacter {
if (ConfigManager.serverType.equals(ServerType.WORLDSERVER)) if (ConfigManager.serverType.equals(ServerType.WORLDSERVER))
player.setLoc(player.bindLoc); player.setLoc(player.getBindLoc());
player.endLoc = Vector3fImmutable.ZERO; player.endLoc = Vector3fImmutable.ZERO;
//get level based on experience //get level based on experience