Skip to content

Commit

Permalink
bugfix: request conole in pda spam (#6259)
Browse files Browse the repository at this point in the history
  • Loading branch information
dageavtobusnick authored Dec 18, 2024
1 parent c8dd95a commit 5f8d4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mining/machine_redemption.dm
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@

if(COOLDOWN_FINISHED(src, messages_cooldown) && !message_sent)
SStgui.update_uis(src)
COOLDOWN_RESET(src, messages_cooldown)
send_console_message()
message_sent = TRUE

Expand Down
1 change: 1 addition & 0 deletions code/modules/pda/pda_tgui.dm
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
for(var/datum/data/pda/P in notifying_programs)
if(P in C.programs)
P.unnotify()
request_cartridge.update_programs(null)
request_cartridge = null
update_shortcuts()
if("Authenticate")//Checks for ID
Expand Down

0 comments on commit 5f8d4c4

Please sign in to comment.