mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 11:36:38 +01:00
Fixes pAI access
fixes https://github.com/VOREStation/VOREStation/issues/2504
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user