GearShocky — Сегодня, в 17:25
а возможно ли оставить эффект глюков на экране смерти
This commit is contained in:
parent
d8ba380998
commit
78b838bff8
@ -415,7 +415,7 @@ object GlitchRenderer {
|
|||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
fun render() {
|
fun render() {
|
||||||
if (System.nanoTime() - glitchSince >= glitchUntil) {
|
if (System.nanoTime() - glitchSince >= glitchUntil && minecraft.player?.isAlive != false) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user