reverted playercard panel folder removal

This commit is contained in:
Chr1Z93 2023-04-19 00:04:30 +02:00
parent c20659887d
commit 71396cbb6f
3 changed files with 2 additions and 2 deletions

View File

@ -53,5 +53,5 @@
"scaleZ": 10
},
"Value": 0,
"XmlUI": "\u003cInclude src=\"PlayerCardPanel.xml\"/\u003e"
"XmlUI": "\u003cInclude src=\"playercards/PlayerCardPanel.xml\"/\u003e"
}

View File

@ -1060,7 +1060,7 @@ function compareVersion(request)
modMeta = JSON.decode(request.text)
-- stop here if on latest version or "don't show again" was clicked
--if MOD_VERSION == modMeta["latestVersion"] then return end
if MOD_VERSION == modMeta["latestVersion"] then return end
if dontNotify[modMeta["latestVersion"]] then return end
-- end here if no release notes are found