mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-17 12:35:26 +00:00
* Fixes the weird say description that gets applied when FIX SAY was ran accidentally by someone * Actually less caps should be better
7 lines
193 B
Plaintext
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
|