mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Make server announcement OOC [NO GBP] (#80741)
## About The Pull Request Makes the server admin announcement use tgchat's OOC colors and stops using announcement.ogg, so players don't mistake it for a Centcom announcement.   ## Why It's Good For The Game Melbert was right. ## Changelog 🆑 LT3 fix: OOC announcements will now be in shown in OOC colors /🆑
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
if(message)
|
||||
if(!check_rights(R_SERVER,0))
|
||||
message = adminscrub(message,500)
|
||||
send_formatted_announcement(message, "From [usr.client.holder.fakekey ? "Administrator" : usr.key]")
|
||||
send_ooc_announcement(message, "From [usr.client.holder.fakekey ? "Administrator" : usr.key]")
|
||||
log_admin("Announce: [key_name(usr)] : [message]")
|
||||
BLACKBOX_LOG_ADMIN_VERB("Announce")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user