Files
Bubberstation/modular_skyrat/modules/admin/code/fix_chat.dm
GoldenAlpharex bed733c7da Fixes the weird say description that gets applied when FIX SAY is called (#11635)
* Fixes the weird say description that gets applied when FIX SAY was ran accidentally by someone

* Actually less caps should be better
2022-02-21 12:18:04 +00:00

7 lines
193 B
Plaintext

/client/proc/fix_say()
set name = "Fix say for players"
set category = "Admin"
for(var/player in GLOB.player_list)
if(isnull(player))
GLOB.player_list -= player