Add mcMMO_Region_System.Enabled to persistent_data.yml (removed from hidden config)

This commit is contained in:
nossr50
2021-04-09 07:54:34 -07:00
parent e76fb9ab1b
commit 56f9341f8e
15 changed files with 15 additions and 37 deletions

View File

@@ -1,7 +1,6 @@
package com.gmail.nossr50.database;
import com.gmail.nossr50.TestUtil;
import com.gmail.nossr50.config.GeneralConfig;
import com.google.common.io.Files;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@@ -10,7 +9,6 @@ import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.junit4.PowerMockRunner;
import java.io.*;