remove some unused statements

This commit is contained in:
Bixilon 2022-09-04 21:30:53 +02:00
parent ac02177d5d
commit ac56977f7f
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
2 changed files with 1 additions and 4 deletions

View File

@ -16,7 +16,7 @@ import de.bixilon.minosoft.data.entities.entities.Entity
import de.bixilon.minosoft.data.entities.entities.vehicle.*
import de.bixilon.minosoft.protocol.protocol.ProtocolVersions
@Deprecated("Use in ever class", level = DeprecationLevel.ERROR)
@Deprecated("Use in every class", level = DeprecationLevel.ERROR)
object VersionTweaker {
@JvmStatic

View File

@ -23,9 +23,6 @@ import java.io.File
import java.lang.management.ManagementFactory
object RunConfiguration {
@Deprecated("Use profile manager")
var CONFIG_FILENAME = "minosoft.json" // Filename of minosoft's base configuration (located in AppData/Minosoft/config)
var LOG_COLOR_MESSAGE = true // The message (after all prefixes) should be colored with ANSI color codes
var LOG_COLOR_LEVEL = true // The level (e.g. [INFO]) should be colored
var LOG_COLOR_TYPE = true // The type (e.g. [OTHER]) should be colored