forked from Upstream/mmocore
!tiny tiny code cleanup
This commit is contained in:
parent
12009feaeb
commit
c18aad448b
@ -82,7 +82,7 @@ public class MMOLineConfig {
|
||||
|
||||
public void validate(String... paths) {
|
||||
for (String path : paths)
|
||||
Validate.isTrue(contains(path), "Config is missing parameter '" + path+"'");
|
||||
Validate.isTrue(contains(path), "Config is missing parameter '" + path + "'");
|
||||
}
|
||||
|
||||
public void validateArgs(int count) {
|
||||
|
Loading…
Reference in New Issue
Block a user