Remove unused import. Fix spelling.

This commit is contained in:
Olof Larsson 2016-03-16 15:21:20 +01:00
parent f03733f488
commit f6a7fb65c2
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ import com.massivecraft.massivecore.collections.MassiveTreeSetDef;
import com.massivecraft.massivecore.comparator.ComparatorCaseInsensitive;
import com.massivecraft.massivecore.mixin.Mixin;
import com.massivecraft.massivecore.money.Money;
import com.massivecraft.massivecore.mson.Mson;
import com.massivecraft.massivecore.predicate.Predicate;
import com.massivecraft.massivecore.ps.PS;
import com.massivecraft.massivecore.store.Entity;

View File

@ -146,7 +146,7 @@ public class MConf extends Entity<MConf>
// How many ticks should we delay the faction message of the day with?
// -1 means we don't delay at all. We display it at once.
// 0 means it's deferred to the upcomming server tick.
// 0 means it's deferred to the upcoming server tick.
// 5 means we delay it yet another 5 ticks.
public int motdDelayTicks = -1;