mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
parent
37e3bfe7d9
commit
fcb8909a54
@ -103,8 +103,8 @@ public class Config extends AutoUpdateConfigLoader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* PARTY SETTINGS */
|
/* PARTY SETTINGS */
|
||||||
if (getAutoPartyKickInterval() < 0) {
|
if (getAutoPartyKickInterval() < -1) {
|
||||||
reason.add("Party.AutoKick_Interval should be at least 0!");
|
reason.add("Party.AutoKick_Interval should be at least -1!");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getAutoPartyKickTime() < 0) {
|
if (getAutoPartyKickTime() < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user