Skip to content

Commit

Permalink
Don't reference ViaProxy API in dummy application
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Apr 26, 2024
1 parent a20e1ae commit 2b75f01
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -39,7 +38,7 @@ public String getPluginType() {
}

public String getPluginFolder() {
return PluginManager.PLUGINS_DIR.getName();
return "plugins";
}

}

0 comments on commit 2b75f01

Please sign in to comment.