Land Reward Task up and running.

Conflicts:
	src/com/massivecraft/factions/Conf.java
	src/com/massivecraft/factions/listeners/FactionsPlayerListener.java
This commit is contained in:
ÆtherSurfer
2012-11-30 15:02:43 -05:00
parent ca219a1fb2
commit 2f883455ee
4 changed files with 8 additions and 3 deletions

View File

@ -10,7 +10,7 @@ public class EconLandRewardTask implements Runnable {
public EconLandRewardTask()
{
this.rate = Conf.autoLeaveRoutineRunsEveryXMinutes;
this.rate = Conf.econLandRewardTaskRunsEveryXMinutes;
}
@Override