Don't reference ViaProxy API in dummy application

This commit is contained in:
RaphiMC 2024-04-26 19:18:39 +02:00
parent a20e1ae503
commit 2b75f01d03
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94
1 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@
package org.geysermc.geyser.platform.viaproxy;
import net.raphimc.viaproxy.plugins.PluginManager;
import org.geysermc.geyser.GeyserMain;
public class GeyserViaProxyMain extends GeyserMain {
@ -39,7 +38,7 @@ public class GeyserViaProxyMain extends GeyserMain {
}
public String getPluginFolder() {
return PluginManager.PLUGINS_DIR.getName();
return "plugins";
}
}