reverted playercard panel folder removal
This commit is contained in:
parent
c20659887d
commit
71396cbb6f
@ -53,5 +53,5 @@
|
|||||||
"scaleZ": 10
|
"scaleZ": 10
|
||||||
},
|
},
|
||||||
"Value": 0,
|
"Value": 0,
|
||||||
"XmlUI": "\u003cInclude src=\"PlayerCardPanel.xml\"/\u003e"
|
"XmlUI": "\u003cInclude src=\"playercards/PlayerCardPanel.xml\"/\u003e"
|
||||||
}
|
}
|
||||||
|
@ -1060,7 +1060,7 @@ function compareVersion(request)
|
|||||||
modMeta = JSON.decode(request.text)
|
modMeta = JSON.decode(request.text)
|
||||||
|
|
||||||
-- stop here if on latest version or "don't show again" was clicked
|
-- 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
|
if dontNotify[modMeta["latestVersion"]] then return end
|
||||||
|
|
||||||
-- end here if no release notes are found
|
-- end here if no release notes are found
|
||||||
|
Loading…
x
Reference in New Issue
Block a user