Skip to content

Commit fcbc638

Browse files
committed
fix incorrect serverMod class
1 parent f550da7 commit fcbc638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ foxloader {
1919
modVersion = project.version
2020
modDesc = "A mod that adds support for the query protocol to ReIndev."
2121
clientMod = "io.thiemann.kurt.query.QueryModClient"
22-
serverMod = "io.thiemann.kurt.query.QueryModClient"
22+
serverMod = "io.thiemann.kurt.query.QueryModServer"
2323
// Development tools don't like that both client and server define
2424
// the same classes, so uncomment to disable the side inclusion.
2525
// includeClient = false

0 commit comments

Comments
 (0)