9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 17:19:16 +00:00

Wipe datapacks on setup

This commit is contained in:
Daniel Mills
2021-07-14 14:06:40 -04:00
parent c167e881fb
commit 24aaefe342
2 changed files with 4 additions and 0 deletions

View File

@@ -93,6 +93,8 @@ public class Iris extends VolmitPlugin implements Listener {
return;
}
if(packs.exists())
{
for(File i : packs.listFiles())