mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-01 13:14:44 +02:00
Put this function in a better place.
This commit is contained in:
@ -199,7 +199,7 @@ public class Config extends AutoUpdateConfigLoader {
|
||||
}
|
||||
|
||||
// Check if there were any errors
|
||||
if (Misc.noErrorsInConfig(reason)) {
|
||||
if (noErrorsInConfig(reason)) {
|
||||
mcMMO.p.debug("No errors found in " + fileName + "!");
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user