add new line after extension value

This commit is contained in:
l4zs
2021-08-08 21:37:20 +02:00
parent d9b3d1d6e1
commit b2c90d424f

View File

@@ -78,6 +78,7 @@ object GUIHolder : AutoCloseable {
private val InventoryAction.isGUIClick
get() = this == InventoryAction.PICKUP_ALL || this == InventoryAction.PICKUP_HALF || this == InventoryAction.PICKUP_SOME || this == InventoryAction.PICKUP_ONE || this == InventoryAction.MOVE_TO_OTHER_INVENTORY
private val InventoryInteractEvent.playerOrCancel: Player?
get() = (whoClicked as? Player) ?: kotlin.run {
isCancelled = true