Skip to content

Commit

Permalink
Merge pull request #38 from Insigne/main
Browse files Browse the repository at this point in the history
Fix error after first startup
  • Loading branch information
Fernando-A-Rocha authored Sep 7, 2023
2 parents 595009b + 50b44fd commit 44c5eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newmodels/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function doModListChecks()
return false
end
if usedModIds[mod.id] then
modCheckMessage("Duplicated mod ID '"..id.."'")
modCheckMessage("Duplicated mod ID '"..tostring(mod.id).."'")
return false
end
usedModIds[mod.id] = true
Expand Down

0 comments on commit 44c5eb5

Please sign in to comment.