mirror of
https://github.com/Relintai/godot-lportal.git
synced 2025-05-01 15:47:55 +02: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)
|
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
|
// old room
|
||||||
LRoom * pOldRoom = GetRoomFromDOB(pDOB);
|
LRoom * pOldRoom = GetRoomFromDOB(pDOB);
|
||||||
|
Loading…
Reference in New Issue
Block a user