Core/Commands: Remove the option to teleport to "startzone" with .unstuck command

This commit is contained in:
Shauren
2021-10-02 19:57:37 +02:00
parent 46004d4fca
commit f6f2de76c7
3 changed files with 0 additions and 17 deletions

View File

@@ -1032,12 +1032,6 @@ public:
return true;
}
if (location_str == "startzone")
{
player->TeleportTo(player->GetStartPosition());
return true;
}
//Not a supported argument
return false;