mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
With Madgeek's latest changes, the logviewer now pulls from the 'players' HTTPD module. This edit switch causes inactive admins to no longer have access to the log viewer.
This commit is contained in:
parent
baf73df4f9
commit
c6a2496d72
@ -36,7 +36,7 @@ public class Module_players extends HTTPDModule
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Admins
|
// Admins
|
||||||
for (Admin admin : plugin.al.getAllAdmins().values())
|
for (Admin admin : plugin.al.getActiveAdmins())
|
||||||
{
|
{
|
||||||
final String username = admin.getName();
|
final String username = admin.getName();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user