diff --git a/NovetusLauncher/NovetusFuncs/RobloxXMLLocalizer.cs b/NovetusLauncher/NovetusFuncs/RobloxXMLLocalizer.cs index 00240de..2939ebc 100644 --- a/NovetusLauncher/NovetusFuncs/RobloxXMLLocalizer.cs +++ b/NovetusLauncher/NovetusFuncs/RobloxXMLLocalizer.cs @@ -41,6 +41,11 @@ public static class RobloxXMLLocalizer string fixedfile = RemoveInvalidXmlChars(ReplaceHexadecimalSymbols(oldfile)); XDocument doc = XDocument.Parse(fixedfile); + if (Env.Debugging) + { + MessageBox.Show(itemClassValue + ", " + itemIdValue); + } + try { var v = from nodes in doc.Descendants("Item") diff --git a/NovetusLauncher/NovetusLauncher/SDK/AssetLocalizer.cs b/NovetusLauncher/NovetusLauncher/SDK/AssetLocalizer.cs index 76ccee8..9fa1353 100644 --- a/NovetusLauncher/NovetusLauncher/SDK/AssetLocalizer.cs +++ b/NovetusLauncher/NovetusLauncher/SDK/AssetLocalizer.cs @@ -63,11 +63,11 @@ namespace NovetusLauncher } else if (comboBox1.SelectedIndex == 5) { - currentType = RobloxXMLLocalizer.DLType.TShirt; + currentType = RobloxXMLLocalizer.DLType.Shirt; } else if (comboBox1.SelectedIndex == 6) { - currentType = RobloxXMLLocalizer.DLType.Shirt; + currentType = RobloxXMLLocalizer.DLType.TShirt; } else if (comboBox1.SelectedIndex == 7) { diff --git a/README.md b/README.md index fd1a410..b9671a5 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. -TL,DR version here: https://github.com/Bitl/Novetus_src/blob/master/LICENCE.MD \ No newline at end of file +TL,DR version here: https://github.com/Bitl/Novetus_src/blob/master/LICENCE.MD + +[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) \ No newline at end of file