9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00
This commit is contained in:
Daniel Mills
2020-01-24 14:39:55 -05:00
parent 08159923d6
commit 31bf39d2e5
3 changed files with 61 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ public class Iris extends MortarPlugin
super.onEnable();
}
public File getCacheFolder()
public File getObjectCacheFolder()
{
return getDataFolder("cache", "object");
}