From fa03bd1bad1530d55cbf4fe2a364b0ef7577c8e6 Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Wed, 28 Jan 2009 12:45:37 +0100 Subject: [PATCH] end of list marker for clients --- world/net/usercmd.i | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/world/net/usercmd.i b/world/net/usercmd.i index 3e98f63..57656d1 100644 --- a/world/net/usercmd.i +++ b/world/net/usercmd.i @@ -3110,8 +3110,9 @@ listAcq(ppltype, pplvalue) { // Acq(uaintance) to be renamed into Peer "_nick": pdisp ]) ); } } - } + } // not really a _list method then, huh? if (ppltype == PPL_JSON) w("_list_acquaintance_JSON", make_json(all)); + else w("_list_acquaintance_end"); // end marker for psyc clients #ifdef pdisp # undef pdisp #endif