diff --git a/scripts/server/staff.js b/scripts/server/staff.js index c8094199..c5d56034 100644 --- a/scripts/server/staff.js +++ b/scripts/server/staff.js @@ -504,7 +504,7 @@ function gotoGameLocationCommand(command, params, client) { let gameLocationId = getGameLocationFromParams(params); - if (gameLocationId == false) { + if (gameLocationId == -1) { messagePlayerError(client, "That game location doesn't exist!"); return false; }