Update code/game/objects/items/devices/PDA/PDA.dm
Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
96d80901e4
commit
746ca01823
@@ -665,7 +665,7 @@ GLOBAL_LIST_EMPTY(PDAs)
|
||||
create_message(U, locate(href_list["target"]))
|
||||
|
||||
if("MessageAll")
|
||||
if(cartridge && cartridge.spam_enabled)
|
||||
if(cartridge?.spam_enabled)
|
||||
send_to_all(U)
|
||||
|
||||
if("toggle_block")
|
||||
|
||||
Reference in New Issue
Block a user