mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
fix chat (#11269)
* fix chat * actually ticking the file would be a good start
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user