aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/djtheredstoner/perspectivemod/config
diff options
context:
space:
mode:
authorDJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com>2021-07-15 20:40:07 -0400
committerDJtheRedstoner <52044242+DJtheRedstoner@users.noreply.github.com>2021-07-15 20:40:07 -0400
commitae2ea9373b8b7cdd1530062d0a42b615f9b94ce3 (patch)
tree412f69c50d572089d12d2e57f483a91ea5de15dd /src/main/java/me/djtheredstoner/perspectivemod/config
parent7a42b12aa3bbb389dd1cdc9c1bd2d81b8a4da2bb (diff)
downloadPerspectiveModv4-ae2ea9373b8b7cdd1530062d0a42b615f9b94ce3.tar.gz
PerspectiveModv4-ae2ea9373b8b7cdd1530062d0a42b615f9b94ce3.tar.bz2
PerspectiveModv4-ae2ea9373b8b7cdd1530062d0a42b615f9b94ce3.zip
Update to Essential
Diffstat (limited to 'src/main/java/me/djtheredstoner/perspectivemod/config')
-rw-r--r--src/main/java/me/djtheredstoner/perspectivemod/config/PerspectiveModConfig.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/me/djtheredstoner/perspectivemod/config/PerspectiveModConfig.java b/src/main/java/me/djtheredstoner/perspectivemod/config/PerspectiveModConfig.java
index 3f15069..dd10623 100644
--- a/src/main/java/me/djtheredstoner/perspectivemod/config/PerspectiveModConfig.java
+++ b/src/main/java/me/djtheredstoner/perspectivemod/config/PerspectiveModConfig.java
@@ -1,8 +1,8 @@
package me.djtheredstoner.perspectivemod.config;
-import club.sk1er.vigilance.Vigilant;
-import club.sk1er.vigilance.data.Property;
-import club.sk1er.vigilance.data.PropertyType;
+import gg.essential.vigilance.Vigilant;
+import gg.essential.vigilance.data.Property;
+import gg.essential.vigilance.data.PropertyType;
import java.io.File;