mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-04 05:13:55 -04:00
changed pairs loop to ipairs
This commit is contained in:
parent
ff754ded59
commit
70d756caca
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ print(Systems.systemName)
|
|||
local myWorld = Concord.world()
|
||||
|
||||
--for loop
|
||||
for _, system in pairs(Systems) do
|
||||
for _, system in ipairs(Systems) do
|
||||
world:addSystem(system)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue