this has to be the stupidest bug i have ever seen. seriously.
This commit is contained in:
parent
28a5eba968
commit
73188934cf
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
[](https://forthebadge.com)
|
||||
Loading…
Reference in New Issue