this has to be the stupidest bug i have ever seen. seriously.

This commit is contained in:
Bitl 2020-01-10 13:11:05 -07:00
parent 28a5eba968
commit 73188934cf
3 changed files with 10 additions and 3 deletions

View File

@ -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")

View File

@ -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)
{

View File

@ -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
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)