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