Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
webhead1104 committed May 24, 2024
1 parent 1abaaf1 commit c62d9f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public CommandHandler() {
this.worker = Executors.newSingleThreadScheduledExecutor(Thread.ofVirtual().name("CytosisConsoleWorker").factory());
}

public void registerCystosisCommands() {
public void registerCytosisCommands() {
CommandManager cm = Cytosis.getCommandManager();
cm.register(new GamemodeCommand());
cm.register(new RankCommand());
Expand Down

0 comments on commit c62d9f6

Please sign in to comment.