diff --git a/xmas/scripting/xmas.sp b/xmas/scripting/xmas.sp index a8685ea7..64fd5260 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);