mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
Update Chat System to use to_chat(src, "") instead of src << ""
This commit is contained in:
@@ -1305,7 +1305,7 @@ var/datum/announcement/minor/admin_min_announcer = new
|
||||
set desc = "Should fix any mob sprite update errors."
|
||||
|
||||
if (!holder)
|
||||
src << "Only administrators may use this command."
|
||||
to_chat(src, "Only administrators may use this command.")
|
||||
return
|
||||
|
||||
if(istype(H))
|
||||
|
||||
Reference in New Issue
Block a user