From: Mario Date: Fri, 1 Jul 2022 15:55:25 +0000 (+1000) Subject: Fix a misnamed parameter X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=edf0cb857a7d0ffc90b9872851b3bb8e93cf45fa;p=xonotic%2Fxonotic-data.pk3dir.git Fix a misnamed parameter --- diff --git a/qcsrc/lib/net.qh b/qcsrc/lib/net.qh index a45f62a1b..842af0a2b 100644 --- a/qcsrc/lib/net.qh +++ b/qcsrc/lib/net.qh @@ -112,7 +112,7 @@ STATIC_INIT(C2S_Protocol_renumber) { FOREACH(C2S_Protocol, true, it.m_id = i); } const int MSG_ENTITY = 5; .int SendFlags; - .bool(entity this, int sendflags) SendEntity; + .bool(entity to, int sendflags) SendEntity; IntrusiveList g_uncustomizables; STATIC_INIT(g_uncustomizables) { g_uncustomizables = IL_NEW(); }