gets rid of to_world (#17103)

This commit is contained in:
Cameron Lennox
2025-02-09 00:17:40 -05:00
committed by GitHub
parent b037bb9b36
commit 337c93603d
-2
View File
@@ -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)