Fixes after first test

This commit is contained in:
Pao
2023-02-26 23:12:57 +01:00
parent 8b51a13c71
commit 8de5e17cd0
6 changed files with 15 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ JCIO_Common.GeneratePartNames = function()
end
JCIO_Common.GetPartNames = function()
if JCIO_Common.partNames.size() == nil then
if JCIO_Common.partNames[1] == nil then
JCIO_Common.GeneratePartNames()
end