mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 11:54:59 -04:00
remove some unused statements
This commit is contained in:
parent
ac02177d5d
commit
ac56977f7f
@ -16,7 +16,7 @@ import de.bixilon.minosoft.data.entities.entities.Entity
|
|||||||
import de.bixilon.minosoft.data.entities.entities.vehicle.*
|
import de.bixilon.minosoft.data.entities.entities.vehicle.*
|
||||||
import de.bixilon.minosoft.protocol.protocol.ProtocolVersions
|
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 {
|
object VersionTweaker {
|
||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
|
@ -23,9 +23,6 @@ import java.io.File
|
|||||||
import java.lang.management.ManagementFactory
|
import java.lang.management.ManagementFactory
|
||||||
|
|
||||||
object RunConfiguration {
|
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_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_LEVEL = true // The level (e.g. [INFO]) should be colored
|
||||||
var LOG_COLOR_TYPE = true // The type (e.g. [OTHER]) should be colored
|
var LOG_COLOR_TYPE = true // The type (e.g. [OTHER]) should be colored
|
||||||
|
Loading…
x
Reference in New Issue
Block a user