Merge branch 'master' into convert-tickets

This commit is contained in:
farie82
2020-07-13 22:35:02 +02:00
committed by GitHub
1035 changed files with 68405 additions and 371549 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ GLOBAL_LIST_INIT(adminhelp_ignored_words, list("unknown","the","a","an","of","mo
var/admin_number_ignored = 0 //Holds the number of admins without +BAN (so admins who are not really admins)
var/admin_number_decrease = 0 //Holds the number of admins with are afk, ignored or both
for(var/client/X in GLOB.admins)
admin_number_total++;
admin_number_total++
var/invalid = 0
if(requiredflags != 0 && !check_rights_for(X, requiredflags))
admin_number_ignored++