mirror of
https://codeberg.org/moonleay/Gimble.git
synced 2024-11-21 14:22:55 +00:00
feat: changed server side state log to debug
This commit is contained in:
parent
42737446b2
commit
5252d9abdf
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ object ServerEditorManager {
|
||||||
|
|
||||||
fun updateEditorState(playerUUID: UUID, editorState: EditorState) {
|
fun updateEditorState(playerUUID: UUID, editorState: EditorState) {
|
||||||
STATEMAP[playerUUID] = editorState
|
STATEMAP[playerUUID] = editorState
|
||||||
LOGGER.info("$playerUUID: ${editorState.editorMode} with ${editorState.editorModifier}")
|
LOGGER.debug("{}: {} with {}", playerUUID, editorState.editorMode, editorState.editorModifier)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue