diff --git a/world/net/spyc/dispatch.i b/world/net/spyc/dispatch.i index 818693e..24549eb 100644 --- a/world/net/spyc/dispatch.i +++ b/world/net/spyc/dispatch.i @@ -161,14 +161,12 @@ void dispatch(mapping rvars, mapping evars, mixed method, mixed body) { unless (u = parse_uniform(t)) { DISPATCHERROR("logical source is not a uniform\n") } -#ifdef USE_VERIFICATION -# ifdef PSYC_TCP +#ifdef PSYC_TCP unless (qAuthenticated(u[UHost])) { DISPATCHERROR("non-authenticated host\n") } -# else +#else // TODO? -# endif #endif }