mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 10:02:12 +00:00
remove duplicate empty message checks and replace with !message
This commit is contained in:
@@ -308,7 +308,7 @@ var/const/SIGNAL_COOLDOWN = 20 // 2 seconds
|
||||
ERROR("[src] has no radio.")
|
||||
return
|
||||
|
||||
if((!message || message == "") && message != 0)
|
||||
if((!message) && message != 0)
|
||||
message = "*beep*"
|
||||
if(!source)
|
||||
source = "[html_encode(uppertext(S.id))]"
|
||||
|
||||
Reference in New Issue
Block a user