--- deliantra/server/socket/request.C 2008/04/22 04:33:20 1.125 +++ deliantra/server/socket/request.C 2008/04/22 07:28:05 1.127 @@ -888,8 +888,10 @@ * Tells the client that here is a player it should start using. */ void -esrv_new_player (player *pl, uint32 weight) +esrv_new_player (player *pl) { + sint32 weight = pl->ob->client_weight (); + packet sl ("player"); sl << uint32 (pl->ob->count)