mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Removes a lot of redundant non-modular changes and maybe fixes cleanbots (#6615)
* oof * Update _ai_controller.dm * no need for this anymore
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
else
|
||||
last_message = null
|
||||
return TRUE
|
||||
if(channel?.messages && channel?.messages.len)
|
||||
if(channel?.messages?.len)
|
||||
ui_header = last_message == channel.messages[length(channel.messages)] ? "ntnrc_idle.gif" : "ntnrc_new.gif"
|
||||
else
|
||||
ui_header = "ntnrc_idle.gif"
|
||||
|
||||
Reference in New Issue
Block a user