Skip to content

Commit

Permalink
Update some notes in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
willkroboth committed May 1, 2024
1 parent 9f58f3d commit 68a960e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import dev.jorel.commandapi.CommandAPINetworkingMain;

/**
* A {@link CommandAPIPacketHandlerProvider} for the barebones netowrking plugin for Bukkit.
* A {@link CommandAPIPacketHandlerProvider} for the barebones networking plugin for Bukkit.
*/
public class BukkitNetworkingPacketHandlerProvider implements CommandAPIPacketHandlerProvider<Player> {
private final BukkitNetworkingHandshakePacketHandler handshakePacketHandler;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public Main(ProxyServer server, Logger logger, @DataDirectory Path dataFolder) {
@Subscribe
public void onProxyInitialization(ProxyInitializeEvent event) {
// Enable the CommandAPI
// Not actually necessary rn because CommandAPI doesn't do anything when enabling on Velocity yet
CommandAPI.onEnable();
}
}

0 comments on commit 68a960e

Please sign in to comment.