Connecting to a world via telnet no longer auto-connects. You have to press enter for the server to recognize your connection.
Code Snippet (if applicable) to Reproduce Problem:
client
New()
..()
src << "Hello."
Command(cmd)
src << "You said: <b>[cmd]</b>"
Expected Results:
It'd either prompt me to hit enter or do it automatically.
Actual Results:
Stalls until you hit enter.
I've confirmed this with 1 other person. If they host it and join it on telnet, it does not recognize them until they hit enter, and it does not prompt them to hit enter.