mirror of
https://github.com/Relintai/godot-lportal.git
synced 2024-11-11 10:52:09 +01:00
teleport message changed to LPRINT
This commit is contained in:
parent
3d5945fd5f
commit
0021721aad
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user