fix: keep game ticking in PSH screen for single-player

This commit is contained in:
xtex 2023-07-25 14:47:20 +08:00
parent 590cfe4f2a
commit df4ad180d7
Signed by: xtex
GPG Key ID: B918086ED8045B91
2 changed files with 2 additions and 0 deletions

View File

@ -81,4 +81,6 @@ class ProjectionShellScreen(val level: Level, val pos: BlockPos, val shell: Proj
ProjectionShell.channel.sendToServer(ServerboundPSHLockReleasePacket(pos))
}
override fun isPauseScreen() = false
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B