From 76f0178d0f4562705a5dd1181b7303cdd8e0d3df Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Tue, 9 Aug 2016 14:53:50 +0200 Subject: [PATCH] Whoops --- src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java b/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java index 54cddfc3..f940e6cc 100644 --- a/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java +++ b/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java @@ -13,6 +13,7 @@ import fr.xephi.authme.output.MessageKey; import fr.xephi.authme.permission.AuthGroupType; import fr.xephi.authme.permission.PlayerStatePermission; import fr.xephi.authme.process.AsynchronousProcess; +import fr.xephi.authme.process.Management; import fr.xephi.authme.process.ProcessService; import fr.xephi.authme.settings.properties.HooksSettings; import fr.xephi.authme.settings.properties.PluginSettings;