mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
removes unneeded brackets
This commit is contained in:
@@ -53,9 +53,9 @@
|
||||
return
|
||||
|
||||
/obj/item/weapon/storage/lockbox/can_be_inserted(obj/item/W as obj, stop_messages = 0)
|
||||
if(!(locked))
|
||||
if(!locked)
|
||||
return ..()
|
||||
if(!(stop_messages))
|
||||
if(!stop_messages)
|
||||
usr << "<span class='notice'>[src] is locked!</span>"
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user