Fixes pAI access

fixes https://github.com/VOREStation/VOREStation/issues/2504
This commit is contained in:
Cameron653
2017-11-20 12:54:10 -05:00
committed by GitHub
parent 0a5aa36f7a
commit faf275e202
+1 -1
View File
@@ -430,7 +430,7 @@
user << "<span class='notice'>You add the access from the [W] to [src].</span>"
return
if("Remove Access")
idcard.access = null
idcard.access = list()
user << "<span class='notice'>You remove the access from [src].</span>"
return
if("Cancel")