From edf0cb857a7d0ffc90b9872851b3bb8e93cf45fa Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 2 Jul 2022 01:55:25 +1000 Subject: [PATCH] Fix a misnamed parameter --- qcsrc/lib/net.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.39.2