From cb98a4e4616d69c9ad1cfe12046f124e99971957 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Sat, 31 May 2025 07:14:03 +0700 Subject: [PATCH] update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a8b404a..77b4f7e 100644 --- a/README.md +++ b/README.md @@ -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)