This commit is contained in:
Anuken
2019-09-15 21:30:42 -04:00
parent f65ab00250
commit 4a50192937
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import io.anuke.mindustry.*;
public abstract class Plugin{
/** @return the config file for this plugin.*/
/** @return the config file for this plugin, as the file 'plugins/[plugin-name]/config.json'.*/
public FileHandle getConfig(){
return Vars.plugins.getConfig(this);
}