DailyTaskManager method visibility should be private.
This commit is contained in:
@@ -388,7 +388,7 @@ public class DailyTaskManager
|
||||
LOGGER.info("Clan contributions has been resetted.");
|
||||
}
|
||||
|
||||
public void resetAttendanceRewards()
|
||||
private void resetAttendanceRewards()
|
||||
{
|
||||
if (Config.ATTENDANCE_REWARDS_SHARE_ACCOUNT)
|
||||
{
|
||||
|
Reference in New Issue
Block a user