Quote:
Originally Posted by RoflcopterGoesSoiSoiSoi
For Pyrok--
-- snip --
|
All part of the 'sorting' bug. The bug is that the server doesn't send the index to the client. More specifically, it doesn't set the index to a specific value so it could be anything. It didn't set it because doing so would have stepped all over the stack. The internal version sets the value correctly because my rust has worn off some and I remembered how to deal with the stack issue.
This bug has nothing to do with the empty string bug, that one was because I missed a multiplier when first working on the items.