ID:149999
 
I don't know what I did that started this, but recently, anytime someone logs in it runs the Move() proc about 90,000 times (That's about 97% of system resources taken up by DS).

Does anyone know what can cause it to do this? I'm don't know what I did to cause it, or how I can get rid of it.

[Edit]

I just changed my Login proc to

mob/Login() ..()

and it still did it, so I'm moving this to Bugs, after I restart my computer.
Thats not necessarily a bug. The default action of Login() is to place the mob on the first empty non-dense tile, starting at 1,1 and moving horizontally across. If it takes 90,000 tries to get to one, then thats that.

I reccommend manually placing the mob in Login() rather than letting BYOND do it.

-AbyssDragon
In response to AbyssDragon
Well, it's a bug for me because I do manually place the mob in Login. It just started doing this for some strange reason recently.
In response to Foomer
Nevermind then :-)

-AbyssDragon