This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
0
0
I got the problem everyone is having. Line 864 or w/e line this is:
exportString = exportString .. "<difficulty" .. difficulty .. "</difficulty>"
needs to be changed to:
exportString = exportString .. "<difficulty>" .. difficulty .. "</difficulty>"
Stupid mistypes for the loss. Thanks for the speedy updates.