mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 08:39:09 +00:00
[BUGFIX] Calling validate before translating
This commit is contained in:
@@ -33,6 +33,8 @@ public final class Landing {
|
||||
|
||||
parseArgs(args);
|
||||
|
||||
Directories.validate();
|
||||
|
||||
Core.verbose(TranslationHelper.translate("DEBUG_MODE") + Core.inDebugMode());
|
||||
|
||||
try {
|
||||
@@ -48,9 +50,6 @@ public final class Landing {
|
||||
return;
|
||||
}
|
||||
|
||||
Core.verbose(TranslationHelper.translate("VALIDATING_DIRECTORIES"));
|
||||
Directories.validate();
|
||||
|
||||
Core.verbose(TranslationHelper.translate("VALIDATION_ACCOUNT_MANAGER"));
|
||||
AccountManager.validate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user