mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-31 10:24:04 +00:00
Fix reports being logged multiple times to console
This commit is contained in:
@@ -186,8 +186,8 @@ public class ChatManager extends FreedomService
|
||||
if (plugin.sl.isStaff(player))
|
||||
{
|
||||
playerMsg(player, ChatColor.RED + "[REPORTS] " + ChatColor.GOLD + reporter.getName() + " has reported " + reported.getName() + " for " + report);
|
||||
}
|
||||
}
|
||||
FLog.info("[REPORTS] " + reporter.getName() + " has reported " + reported.getName() + " for " + report);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user