9
0
mirror of https://github.com/GeyserExtensionists/GeyserUtils.git synced 2026-01-06 15:51:47 +00:00

General cleanup & black particles fix.

This commit is contained in:
Willem
2025-02-26 20:31:29 +01:00
parent e7ac6f8d31
commit 3a961101e6
34 changed files with 423 additions and 459 deletions

View File

@@ -20,6 +20,7 @@ import java.nio.file.Path;
public class GeyserUtils {
private final ProxyServer server;
@Inject
public GeyserUtils(ProxyServer server, Logger logger, @DataDirectory Path dataDirectory) {
this.server = server;