mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] gets rid of to_world (#10128)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
11a6aa1536
commit
65b422cce6
@@ -106,8 +106,6 @@
|
||||
|
||||
/obj/proc/updateUsrDialog(mob/user)
|
||||
if(in_use)
|
||||
to_world("we actually have a [user]")
|
||||
to_world("we got a [usr]")
|
||||
var/is_in_use = 0
|
||||
var/list/nearby = viewers(1, src)
|
||||
for(var/mob/M in nearby)
|
||||
|
||||
Reference in New Issue
Block a user