Skip to content

Commit

Permalink
Rename Main to ViaSnapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lowercasebtw committed Oct 15, 2024
1 parent e1202c7 commit 9cbcb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import net.raphimc.viaproxy.plugins.ViaProxyPlugin;
import net.raphimc.viaproxy.plugins.events.ProtocolTranslatorInitEvent;

public class Main extends ViaProxyPlugin {
public class ViaSnapshot extends ViaProxyPlugin {
@Override
public void onEnable() {
ViaProxy.EVENT_MANAGER.register(this);
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/viaproxy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "ViaSnapshot"
version: "1.0.0"
author: "lowercasebtw"
main: "btw.lowercase.viasnapshot.Main"
main: "btw.lowercase.viasnapshot.ViaSnapshot"
min-version: "3.3.3"

0 comments on commit 9cbcb49

Please sign in to comment.