Forgot to update adminwho

This commit is contained in:
ZomgPonies
2015-02-17 02:33:22 -05:00
parent c218a2457f
commit 854e2b91c3
+3 -3
View File
@@ -77,7 +77,7 @@
num_admins_online++
else if(R_MOD & C.holder.rights)
else if((R_MOD | R_MENTOR) & C.holder.rights)
modmsg += "\t[C] is a [C.holder.rank]"
if(isobserver(C.mob))
@@ -98,9 +98,9 @@
if(!C.holder.fakekey)
msg += "\t[C] is a [C.holder.rank]\n"
num_admins_online++
else if (R_MOD & C.holder.rights)
else if ((R_MOD | R_MENTOR) & C.holder.rights)
modmsg += "\t[C] is a [C.holder.rank]\n"
num_mods_online++
msg = "<b>Current Admins ([num_admins_online]):</b>\n" + msg + "\n<b> Current Mentors ([num_mods_online]):</b>\n" + modmsg
msg = "<b>Current Admins ([num_admins_online]):</b>\n" + msg + "\n<b> Current Mods/Mentors ([num_mods_online]):</b>\n" + modmsg
src << msg