mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 08:35:39 +01:00
fixes #5907
issue caused by relaymove() not being checked properly. added comment to prevent this kind of issue in the future.
This commit is contained in:
@@ -190,7 +190,8 @@
|
||||
/obj/machinery/disposal/relaymove(mob/user as mob)
|
||||
if(user.stat || src.flushing)
|
||||
return
|
||||
src.go_out(user)
|
||||
if(user.loc == src)
|
||||
src.go_out(user)
|
||||
return
|
||||
|
||||
// leave the disposal
|
||||
|
||||
Reference in New Issue
Block a user