mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 12:36:41 +00:00
I'm tired of seeing prs that make small code reformats so im doing a commit to fix it all at once
This commit is contained in:
@ -275,7 +275,7 @@ public class BanManager extends FreedomService
|
||||
private void updateViews()
|
||||
{
|
||||
// Remove expired bans
|
||||
for (Iterator<Ban> it = bans.iterator(); it.hasNext();)
|
||||
for (Iterator<Ban> it = bans.iterator(); it.hasNext(); )
|
||||
{
|
||||
if (it.next().isExpired())
|
||||
{
|
||||
|
Reference in New Issue
Block a user