From 73188934cff7ae280c03c9512c2f3760d88b04c6 Mon Sep 17 00:00:00 2001 From: Bitl Date: Fri, 10 Jan 2020 13:11:05 -0700 Subject: [PATCH] this has to be the stupidest bug i have ever seen. seriously. --- NovetusLauncher/NovetusFuncs/RobloxXMLLocalizer.cs | 5 +++++ NovetusLauncher/NovetusLauncher/SDK/AssetLocalizer.cs | 4 ++-- README.md | 4 +++- 3 files changed, 10 insertions(+), 3 deletions(-) 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