From f7a7d73506746f516fd49c1c9a6512af12c626bb Mon Sep 17 00:00:00 2001 From: kento2 Date: Tue, 2 Jun 2026 03:14:48 +0200 Subject: [PATCH] optimize imports --- .../java/de/kentoj/scrow/corevelocity/SendPlayerWatchdog.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core-velocity/src/main/java/de/kentoj/scrow/corevelocity/SendPlayerWatchdog.java b/core-velocity/src/main/java/de/kentoj/scrow/corevelocity/SendPlayerWatchdog.java index 27ecdac..08a8c4a 100644 --- a/core-velocity/src/main/java/de/kentoj/scrow/corevelocity/SendPlayerWatchdog.java +++ b/core-velocity/src/main/java/de/kentoj/scrow/corevelocity/SendPlayerWatchdog.java @@ -1,6 +1,7 @@ package de.kentoj.scrow.corevelocity; import com.velocitypowered.api.proxy.ProxyServer; +import com.velocitypowered.api.proxy.server.ServerInfo; import de.kentoj.scrowlib.messaging.DocumentRepository; import de.kentoj.scrowlib.messaging.NatsRepository; import de.kentoj.scrowlib.messaging.respose.SafeResult;