RND-server-is-no-longer-heatproof-after-a-certain-bit (#22839)

This commit is contained in:
ppi13
2023-10-18 12:34:27 -04:00
committed by GitHub
parent 5ef03e450b
commit 34be47e19a
+1 -1
View File
@@ -80,7 +80,7 @@
health = min(100, health + 1)
if(T0C to (T20C + 20))
health = clamp(health, 0, 100)
if((T20C + 20) to (T0C + 70))
if((T20C + 20) to INFINITY)
health = max(0, health - 1)
if(health <= 0)
/*griefProtection() This seems to get called twice before running any code that deletes/damages the server or it's files anwyay.