mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Fixed relaymove blocking you in place (#19595)
Fixed relaymove blocking you in place Should fix #19569 and #19507
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
|
||||
/obj/machinery/atmospherics/relaymove(mob/living/user, direction)
|
||||
. = ..()
|
||||
if(!.)
|
||||
return
|
||||
|
||||
if(user.loc != src || !(direction & initialize_directions)) //can't go in a way we aren't connecting to
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user