cleared empty line

This commit is contained in:
SelfDevTv 2024-05-27 21:59:51 +02:00
parent 1978fc4921
commit 3f79d72560

View file

@ -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)