Move client packet generators to dedicated functions for:
authorLoic Blot <loic.blot@unix-experience.fr>
Mon, 16 Mar 2015 11:39:27 +0000 (12:39 +0100)
committerLoic Blot <loic.blot@unix-experience.fr>
Mon, 16 Mar 2015 11:39:27 +0000 (12:39 +0100)
commitd63df4ecb1106141e76f4a223678dc2431f26cbd
treea43c820ac0e9c9a335b2eefca426102311db78f2
parente7736ffdd6ce7ce252920e782a02f8d92608bd44
Move client packet generators to dedicated functions for:
* TOSERVER_INIT_LEGACY
* TOSERVER_DELETEDBLOCKS
* TOSERVER_GOTBLOCKS
* TOSERVER_REMOVED_SOUNDS
Also use a std::vector instead of std::set for TOSERVER_REMOVED_SOUNDS
src/client.cpp
src/client.h