Fix Typo
All checks were successful
Build Plugin / build-test (push) Successful in 43s

This commit is contained in:
tobid7 2024-11-25 12:51:34 +00:00
parent dc564e7baf
commit d75cb90cb6

View File

@ -53,7 +53,7 @@ public class D7ServerLite extends JavaPlugin {
getCommand("d7").setExecutor(new D7Command()); getCommand("d7").setExecutor(new D7Command());
getCommand("d7").setTabCompleter(new D7Completer()); getCommand("d7").setTabCompleter(new D7Completer());
getCommand("timer").setExecutor(new TimerCommand()); getCommand("timer").setExecutor(new TimerCommand());
getCommand("trimer").setTabCompleter(new TimerCompleter()); getCommand("timer").setTabCompleter(new TimerCompleter());
getCommand("playtime").setExecutor(new PlaytimeCommand()); getCommand("playtime").setExecutor(new PlaytimeCommand());
getCommand("playtime").setTabCompleter(new PlaytimeCompleter()); getCommand("playtime").setTabCompleter(new PlaytimeCompleter());