Skip to content

Commit

Permalink
fixed .enemy mobs command not accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Apr 8, 2023
1 parent 447821e commit cfa6057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object CommandEnemy {
)
.subcommand(
CommandBuilder
.begin("players")
.begin("mobs")
.handler { command, _ ->
globalEnemyConfigurable.mobs = !globalEnemyConfigurable.mobs

Expand Down

0 comments on commit cfa6057

Please sign in to comment.