Clients inform server on wielded item
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 10 Aug 2011 19:43:40 +0000 (21:43 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 11 Aug 2011 13:22:36 +0000 (15:22 +0200)
commitecd5c5f9206437c320da029680cf1d053b644761
treefd8c439dc142aa2ae9e87ec75dfcf71c8c12f868
parent91d1186cbb0e651de919e17e6808c75c20a0ef6f
Clients inform server on wielded item

This is done with the new TOSERVER_PLAYERITEM message, that informs the
server on the index of the wielded item.
src/client.cpp
src/client.h
src/clientserver.h
src/server.cpp