Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljaz committed Dec 29, 2023
1 parent ad6b4ba commit 0d88026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void onEnable() {
Bukkit.getPluginManager().disablePlugin(this);
}

String serverURI = "wss://router.shopmc.app/test";
String serverURI = "wss://router.shopmc.app/" + config.customer + "/" + config.server;
BukkitShopMCPlugin _this = this;
socket = new WebSocketClient(URI.create(serverURI)) {
@Override
Expand Down

0 comments on commit 0d88026

Please sign in to comment.