set it back to 0

This commit is contained in:
Telesphoreo 2022-04-20 20:40:28 -05:00
parent 1a94c3e39f
commit ef957467ce
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public class TimingService extends AbstractService
else if (map.getValue() == 4)
{
issueBan(map, "24h");
map.setValue(0L);
}
}
}