Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Player Name <esonketdc@mozmail.com>
This commit is contained in:
Tooze 2026-07-24 20:43:52 +00:00
parent d567b61024
commit e41e107c74

View file

@ -91,7 +91,7 @@ public final class ActivityManager {
if (activityName == null) {
int yLoc = player.getLocation().getY();
if (yLoc < 2000) { //credits to PlayerName
sendMessage(player, "You were stuck inside an instance, which should never happen. Please file a bug report, and include the following information: "+yLoc +". To prevent your client from crashing, you have been teleported back home. We apologise for the inconvenience.");
sendMessage(player, "You were stuck inside an instance, which should never happen. Please file a bug report, and include the following information: " + player.getLocation() + ". To prevent your client from crashing, you have been teleported back home. We apologise for the inconvenience.");
player.setLocation(ServerConstants.HOME_LOCATION);
}
return;