Make /warp and /goto put you in the overworld

This commit is contained in:
Gent 2020-10-14 14:29:02 -04:00
parent efd729710f
commit 3050801399
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ void PlayerManager::gotoPlayer(CNSocket* sock, CNPacketData* data) {
std::cout << "\tZ: " << gotoData->iToZ << std::endl;
)
sendPlayerTo(sock, gotoData->iToX, gotoData->iToY, gotoData->iToZ);
sendPlayerTo(sock, gotoData->iToX, gotoData->iToY, gotoData->iToZ, 0);
}
void PlayerManager::setSpecialPlayer(CNSocket* sock, CNPacketData* data) {