fix(velocity): use dmg package namespace
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package games.twentyfaces.accountmanager;
|
||||
package games.dmg.accountmanager;
|
||||
|
||||
record AccessDecision(boolean allowed, String message) {
|
||||
static AccessDecision denied(String message) {
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package games.twentyfaces.accountmanager;
|
||||
package games.dmg.accountmanager;
|
||||
|
||||
import com.google.gson.Gson;
|
||||
import java.io.IOException;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package games.twentyfaces.accountmanager;
|
||||
package games.dmg.accountmanager;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.velocitypowered.api.event.EventTask;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package games.twentyfaces.accountmanager;
|
||||
package games.dmg.accountmanager;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
Reference in New Issue
Block a user