Operating System: Windows XP Pro Service Pack 2
Detailed Problem Description:
world.internet_address doesn't work and broke world.url. Was this released a bit too early? xD
Code Snippet to Reproduce Problem:
mob
Login()
..()
world << world.internet_address
world << world.url
Does the problem occur:
Every time? Or how often? Every time.
In other games? Yes.
On other computers? Yes.
In other user accounts? Probably.
The world must contact the hub before this can be set. Thus it takes a few seconds after world startup before it has a value. If you check it during mob/Login() when running in DreamSeeker, the first person logged in (the host) will not get anything because the login happens too quickly.