From 3f79d725607a83e2614872940cd7b6ab1e7a7915 Mon Sep 17 00:00:00 2001 From: SelfDevTv Date: Mon, 27 May 2024 21:59:51 +0200 Subject: [PATCH] cleared empty line --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b9422d5..d30097c 100644 --- a/README.md +++ b/README.md @@ -145,8 +145,6 @@ Concord.utils.loadNamespace("path/to/systems", Systems) print(Systems.systemName) -- Registers the loaded systems. Either with a for loop for automatic registering, or manually (you can choose the order) - - --for loop for _, system in pairs(Systems) do world:addSystem(system)