mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] Removes a 'unlock failed' message from PDA uplink code [MDB IGNORE] (#13093)
* Removes a 'unlock failed' message from PDA uplink code (#66458) * Removes a 'unlock failed' message from PDA uplink code Co-authored-by: RandomGamer123 <31096837+RandomGamer123@users.noreply.github.com>
This commit is contained in:
co-authored by
RandomGamer123
parent
73abb9e8b2
commit
dcde1c04ae
@@ -333,7 +333,6 @@
|
||||
if(trim(lowertext(new_ring_text)) == trim(lowertext(failsafe_code)))
|
||||
failsafe(user)
|
||||
return COMPONENT_STOP_RINGTONE_CHANGE
|
||||
to_chat(user, span_notice("Unlock failure."))
|
||||
return
|
||||
locked = FALSE
|
||||
interact(null, user)
|
||||
|
||||
Reference in New Issue
Block a user