mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-26 04:45:11 -06:00
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Player Name <esonketdc@mozmail.com>
This commit is contained in:
parent
d567b61024
commit
e41e107c74
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue