style: format code
This commit is contained in:
parent
fd7766b38c
commit
421f80c9a1
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user