fix weird build error

This commit is contained in:
Bixilon 2023-03-17 10:32:48 +01:00
parent 8651c92322
commit 7e2baef32c
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -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