brett19 / rosebrowser

ROSEBrowser is a free and open-source implementation of the ROSE Online 3D MMORPG for web browsers written from scratch using the latest web standards (WebGL, HTML5, Javascript, Threads, ...).
Other
20 stars 17 forks source link

Other clients see you spawn at z=0 #32

Open brett19 opened 9 years ago

brett19 commented 9 years ago

I believe this is because we send joinZone before we execute the dropFromSky as dropFromSky is now executed by addObject. We must add the local player to the GZM before calling joinZone.