control panel cleanup

This commit is contained in:
minjaesong
2024-01-11 14:55:17 +09:00
parent df813712ff
commit 122d4bcf27
6 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ class FixtureJukebox : Electric {
constructor() : super(
BlockBox(BlockBox.NO_COLLISION, 2, 3),
nameFun = { Lang["ITEM_LOGIC_SIGNAL_EMITTER"] }
nameFun = { Lang["ITEM_JUKEBOX"] }
)
@Transient private var discCurrentlyPlaying: Int? = null