teleport message changed to LPRINT

This commit is contained in:
lawnjelly 2020-01-14 11:22:24 +00:00 committed by GitHub
parent 3d5945fd5f
commit 0021721aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -519,7 +519,7 @@ bool LRoomManager::dob_teleport_hint(Node * pDOB, Node * pRoom)
bool LRoomManager::DobTeleport(Spatial * pDOB, int iNewRoomID)
{
print_line("teleporting " + pDOB->get_name() + " to room " + itos(iNewRoomID));
LPRINT(5, "teleporting " + pDOB->get_name() + " to room " + itos(iNewRoomID));
// old room
LRoom * pOldRoom = GetRoomFromDOB(pDOB);