GearShocky — Сегодня, в 17:25

а возможно ли оставить эффект глюков на экране смерти
This commit is contained in:
DBotThePony 2022-10-16 19:57:38 +07:00
parent d8ba380998
commit 78b838bff8
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -415,7 +415,7 @@ object GlitchRenderer {
@JvmStatic
fun render() {
if (System.nanoTime() - glitchSince >= glitchUntil) {
if (System.nanoTime() - glitchSince >= glitchUntil && minecraft.player?.isAlive != false) {
return
}