mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Forgot a thing
This commit is contained in:
@@ -141,9 +141,11 @@ RCD
|
||||
var/obj/item/weapon/card/id/ID = I
|
||||
if (istype(ID) && ID && check_access(ID))
|
||||
locked = 0
|
||||
. = 1
|
||||
|
||||
if (href_list["logout"])
|
||||
locked = 1
|
||||
. = 1
|
||||
|
||||
if(href_list["toggle_one_access"] && !locked)
|
||||
one_access = !one_access
|
||||
|
||||
Reference in New Issue
Block a user