mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Update spacetravel.dm
This commit is contained in:
@@ -155,6 +155,6 @@
|
|||||||
if(D.pulling)
|
if(D.pulling)
|
||||||
D.pulling.forceMove(dest)
|
D.pulling.forceMove(dest)
|
||||||
else
|
else
|
||||||
to_world("CANARY: Could not move [A] to [nx], [ny], [nz]: [dest ? "[dest]" : "null"]")
|
log_debug("CANARY: Could not move [A] to [nx], [ny], [nz]: [dest ? "[dest]" : "null"]") //CHOMPEdit - changed to log_debug
|
||||||
|
|
||||||
M.cleanup()
|
M.cleanup()
|
||||||
|
|||||||
Reference in New Issue
Block a user