update README

This commit is contained in:
BlackMATov
2025-05-31 07:14:03 +07:00
parent 8eccd461fd
commit cb98a4e461

View File

@@ -684,7 +684,6 @@ local system = evolved.builder()
local health_components = chunk:components(health)
for i = 1, entity_count do
print(i)
health_components[i] = math.max(
health_components[i] - 1,
0)