Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Remove ReceivedDataFromServer callback when receiving login packets #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think is better if ReceivedDataFromServer will catch packets only from
game server, not login.

Original issue reported on code.google.com by beziakcpp@gmail.com on 16 Mar 2009 at 10:58

GoogleCodeExporter commented 9 years ago
I think this is acceptable, although I would like to know your reasons.

Original comment by ian320 on 17 Mar 2009 at 1:42

GoogleCodeExporter commented 9 years ago
when i get messagefrom server i want know what packet type im catching, in
loginserver 0x0a means successfull login, in gameserver 0x0a means 
selfappearpacket.

Original comment by beziakcpp@gmail.com on 18 Mar 2009 at 11:53

GoogleCodeExporter commented 9 years ago
Very good point. Go ahead and remove it if you want, otherwise someone will get 
to it
later.

Original comment by ian320 on 18 Mar 2009 at 1:38

GoogleCodeExporter commented 9 years ago
Fixed in r641.

Original comment by ian320 on 21 Apr 2009 at 2:28