DailyTaskManager method visibility should be private.
This commit is contained in:
@@ -392,7 +392,7 @@ public class DailyTaskManager
|
||||
LOGGER.info("Clan contributions has been resetted.");
|
||||
}
|
||||
|
||||
public void resetTimedHuntingZones()
|
||||
private void resetTimedHuntingZones()
|
||||
{
|
||||
for (TimedHuntingZoneHolder holder : TimedHuntingZoneData.getInstance().getAllHuntingZones())
|
||||
{
|
||||
@@ -428,7 +428,7 @@ public class DailyTaskManager
|
||||
LOGGER.info("Special Hunting Zones has been resetted.");
|
||||
}
|
||||
|
||||
public void resetTimedHuntingZonesWeekly()
|
||||
private void resetTimedHuntingZonesWeekly()
|
||||
{
|
||||
for (TimedHuntingZoneHolder holder : TimedHuntingZoneData.getInstance().getAllHuntingZones())
|
||||
{
|
||||
@@ -464,7 +464,7 @@ public class DailyTaskManager
|
||||
LOGGER.info("Weekly Special Hunting Zones has been resetted.");
|
||||
}
|
||||
|
||||
public void resetAttendanceRewards()
|
||||
private void resetAttendanceRewards()
|
||||
{
|
||||
if (Config.ATTENDANCE_REWARDS_SHARE_ACCOUNT)
|
||||
{
|
||||
|
Reference in New Issue
Block a user