* fix chat

* actually ticking the file would be a good start
This commit is contained in:
Tom
2022-02-04 15:34:53 +00:00
committed by GitHub
parent 9856b816be
commit d338c2169e
3 changed files with 10 additions and 1 deletions
@@ -0,0 +1,7 @@
/client/proc/fix_say()
set name = "FIX SAY"
set category = "Admin"
set desc = "fixes bug where people can't say shid"
for(var/player in GLOB.player_list)
if(isnull(player))
GLOB.player_list -= player