Skip to content

Commit

Permalink
fix incorrect serverMod class
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Sep 16, 2023
1 parent f550da7 commit fcbc638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ foxloader {
modVersion = project.version
modDesc = "A mod that adds support for the query protocol to ReIndev."
clientMod = "io.thiemann.kurt.query.QueryModClient"
serverMod = "io.thiemann.kurt.query.QueryModClient"
serverMod = "io.thiemann.kurt.query.QueryModServer"
// Development tools don't like that both client and server define
// the same classes, so uncomment to disable the side inclusion.
// includeClient = false
Expand Down

0 comments on commit fcbc638

Please sign in to comment.