Commit e8261d56 authored by Melledy's avatar Melledy
Browse files

Update failure message when not being able to change scene

parent c1d5b1fc
......@@ -341,7 +341,7 @@ public class PlayerCommands {
boolean result = player.getWorld().transferPlayerToScene(player, sceneId, player.getPos());
if (!result) {
player.dropMessage("Scene does not exist!");
player.dropMessage("Scene does not exist or you are already in it");
}
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment