Skip to content

Commit

Permalink
fix(client): rename /fsit to /fsit:client. client and server main…
Browse files Browse the repository at this point in the history
… commands clash
  • Loading branch information
rvbsm committed Apr 19, 2024
1 parent c19653c commit c2fff3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import dev.rvbsm.fsit.command.ModCommand
import net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource

object ClientMainCommand : ModCommand<FabricClientCommandSource> {
override val name = "fsit"
override val name = "fsit:client"
override val children = setOf(*enumValues<RestrictCommand>())
}
}

0 comments on commit c2fff3d

Please sign in to comment.