16-07-2008, 10:12 PM
One more thing:
- When sending map data, server no longer cuts the packet in half
How exactly you did this?
I didn't find anything that looks like that, except the MapCache, but that's not exactly the same thing...
EDIT:
One moooore thing ^^
The SaveClasses sub really does not work... Just think a little bit. The number of classes is stored inside the "classes.ini" file, but if the file does not exists you request the server to save the classes, but Max_Classes would be zero in that case, and the Class array wouldn't even be initialized, that causes a bug.
- When sending map data, server no longer cuts the packet in half
How exactly you did this?
I didn't find anything that looks like that, except the MapCache, but that's not exactly the same thing...
EDIT:
One moooore thing ^^
The SaveClasses sub really does not work... Just think a little bit. The number of classes is stored inside the "classes.ini" file, but if the file does not exists you request the server to save the classes, but Max_Classes would be zero in that case, and the Class array wouldn't even be initialized, that causes a bug.