mirror of
https://github.com/KabKebab/GS13.git
synced 2026-06-03 13:15:43 +01:00
it compiles, that's better than it not compiling, right?
This commit is contained in:
@@ -306,7 +306,7 @@
|
||||
UnregisterSignal(listeningTo, COMSIG_MOVABLE_MOVED)
|
||||
listeningTo = null
|
||||
if(!istype(current) && operating)
|
||||
RegisterSignal(user, COMSIG_MOVABLE_MOVED, .proc/on_mob_move)
|
||||
RegisterSignal(user, COMSIG_MOVABLE_MOVED,PROC_REF(on_mob_move))
|
||||
listeningTo = user
|
||||
setup_debug_field()
|
||||
else if(!operating)
|
||||
|
||||
Reference in New Issue
Block a user