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