We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f550da7 commit fcbc638Copy full SHA for fcbc638
build.gradle
@@ -19,7 +19,7 @@ foxloader {
19
modVersion = project.version
20
modDesc = "A mod that adds support for the query protocol to ReIndev."
21
clientMod = "io.thiemann.kurt.query.QueryModClient"
22
- serverMod = "io.thiemann.kurt.query.QueryModClient"
+ serverMod = "io.thiemann.kurt.query.QueryModServer"
23
// Development tools don't like that both client and server define
24
// the same classes, so uncomment to disable the side inclusion.
25
// includeClient = false
0 commit comments