Hi,
I updated our server to the latest 1.6.9 release and caught a strange bug when trying to update an extension using the Remote Administration tool.
If I save a script that includes the character "<" and try to load it again the script cuts before that character. And the Zone Browser becomes unusable only displaying [type Function],[type Function] in the left window.
So using a loop like "for ( i=0; i<roomCount; i++) {}" will break the script, cuting the script after "for ( i=0; i" in the extensions browser.
I can fix the issue by using "for ( i=0; i!=roomCount; i++) {" but it's not an optimal solution.
Let me know if you need any more information about the issue.
Thanks,
Andreas