[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:
SkyratBot
2022-04-25 14:28:31 +01:00
committed by GitHub
co-authored by RandomGamer123
parent 73abb9e8b2
commit dcde1c04ae
-1
View File
@@ -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)