Gets rid of the rest of the modX and modY usages, and removes some unused code
This commit is contained in:
@ -322,6 +322,9 @@ public class Stargate extends JavaPlugin {
|
||||
|
||||
// It is important to load languages here, as they are used during reloadGates()
|
||||
languageLoader = new LanguageLoader(languageFolder, Stargate.languageName);
|
||||
if (debuggingEnabled) {
|
||||
languageLoader.debug();
|
||||
}
|
||||
|
||||
this.createMissingFolders();
|
||||
this.loadGates();
|
||||
|
Reference in New Issue
Block a user