From f9b42c60021170d7defd4108ed64ed6590cb59c4 Mon Sep 17 00:00:00 2001 From: neon <> Date: Wed, 3 Oct 2018 12:28:58 +0200 Subject: [PATCH] xmas: ... --- xmas/scripting/xmas.sp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xmas/scripting/xmas.sp b/xmas/scripting/xmas.sp index a8685ea..64fd526 100644 --- a/xmas/scripting/xmas.sp +++ b/xmas/scripting/xmas.sp @@ -82,9 +82,6 @@ public void OnPluginStart() //---------------------------------------------------------------------------------------------------- public void OnMapStart() { - // Yeeaass (Physbox model) - PrecacheModel("models/props/cs_militia/crate_extrasmallmill.mdl"); - AddFileToDownloadsTable("models/player/stenli/smite/fenrir.phy"); AddFileToDownloadsTable("models/player/stenli/smite/fenrir.sw.vtx"); AddFileToDownloadsTable("models/player/stenli/smite/fenrir.vvd"); @@ -322,9 +319,10 @@ public void TQueryCBConnect(Handle owner, Handle rs, const char[] error, any dat SQL_FetchRow(rs); SQL_FieldNameToNum(rs, "collected", iField); g_iCollected[client] = SQL_FetchInt(rs, iField); - delete rs; } + delete rs; + g_bResponsePassed[client] = true; if (g_bPreAdminChecked[client]) NotifyPostAdminCheck(client);