Merge pull request #10784 from lm40/master

fix stealthmins on staffwho
This commit is contained in:
Aronai Sieyes
2021-06-28 18:06:37 +00:00
committed by Chompstation Bot
parent 1af4c2927f
commit df7385d8d3
+1 -1
View File
@@ -69,7 +69,7 @@
var/temp = ""
var/category = R_ADMIN
// VOREStation Edit - Apply stealthmin protection to all levels
if(C.holder.fakekey && check_rights(R_ADMIN|R_MOD, FALSE, src)) // Only admins and mods can see stealthmins
if(C.holder.fakekey && !check_rights(R_ADMIN|R_MOD, FALSE, src)) // Only admins and mods can see stealthmins
continue
// VOREStation Edit End
if(check_rights(R_BAN, FALSE, C)) // admins //VOREStation Edit