Remove unused import. Fix spelling.
This commit is contained in:
parent
f03733f488
commit
f6a7fb65c2
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user