From 01d613a7ccf695090262c9e22c396251146f00bd Mon Sep 17 00:00:00 2001 From: oroborus Date: Wed, 19 Mar 2008 19:32:50 +0000 Subject: - upravy v kode git-svn-id: http://opensvn.csie.org/tuxanci_ng@27 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/item.c') diff --git a/src/item.c b/src/item.c index 187885c..bcde2b1 100644 --- a/src/item.c +++ b/src/item.c @@ -176,7 +176,7 @@ void addNewItem(list_t *listItem, tux_t *author) if( getNetTypeGame() == NET_GAME_TYPE_SERVER ) { - proto_send_additem_server(item); + proto_send_additem_server(PROTO_SEND_ALL, NULL, item); } } -- cgit v1.2.3