mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 10:25:06 -04:00
fix weird build error
This commit is contained in:
parent
8651c92322
commit
7e2baef32c
@ -28,7 +28,7 @@ class LongUseHandler(
|
||||
private var item: ItemStack? = null
|
||||
private var slot: Int = -1
|
||||
|
||||
private var using: ItemUsing? by connection.player::using
|
||||
private val using: ItemUsing? get() = connection.player.using
|
||||
val isUsing: Boolean get() = using != null
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user