Implement new method

This commit is contained in:
fullwall 2013-02-17 22:46:56 +08:00
parent 67574400e6
commit f523f375b6

View File

@ -174,6 +174,11 @@ public class Citizens extends JavaPlugin implements CitizensPlugin {
return selector;
}
@Override
public ClassLoader getOwningClassLoader() {
return getClassLoader();
}
@Override
public File getScriptFolder() {
return new File(getDataFolder(), "scripts");