style: format code
This commit is contained in:
@@ -212,7 +212,7 @@ class SmartInstrumentBlockEntity(pos: BlockPos, state: BlockState) :
|
|||||||
if (checkProjections()) {
|
if (checkProjections()) {
|
||||||
player!!.tick()
|
player!!.tick()
|
||||||
if (!level!!.isClientSide) {
|
if (!level!!.isClientSide) {
|
||||||
if (player!!.isEnd == true) {
|
if (player!!.isEnd) {
|
||||||
player = null
|
player = null
|
||||||
setChanged()
|
setChanged()
|
||||||
sendBlockUpdated()
|
sendBlockUpdated()
|
||||||
|
Reference in New Issue
Block a user