Spodii / netgore

Cross platform online rpg engine using C# and SFML
http://www.netgore.com/
40 stars 16 forks source link

Incorrect Parent Property for Characters... #376

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The characters parent property (current map) on the client, is only set when 
the character is initialised and not when changing maps. So the parent value is 
always the map that the character logged in on.

Original issue reported on code.google.com by darksumm...@gmail.com on 9 May 2013 at 9:05

GoogleCodeExporter commented 9 years ago
Not sure what's happened in between me posting this and now, but I just 
confirmed the Parent property is working fine. Strange.

Original comment by darksumm...@gmail.com on 1 Jul 2013 at 8:01