eros: fix queryVersion saving

This commit is contained in:
Moritz Zwerger 2023-10-07 17:24:52 +02:00
parent 81d58dab73
commit 95231bca4a
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -57,7 +57,6 @@ class ErosServer(
/** /**
* Sends version -1 in the handshake to query the servers version * Sends version -1 in the handshake to query the servers version
*/ */
@get:JsonInclude(JsonInclude.Include.NON_DEFAULT)
override var queryVersion by BooleanDelegate(profile, queryVersion, "") override var queryVersion by BooleanDelegate(profile, queryVersion, "")
/** /**