From 482a2f2eb54e2bb42c16783a64f123be1f79c581 Mon Sep 17 00:00:00 2001 From: Luki Date: Fri, 14 Oct 2016 22:17:23 +0200 Subject: [PATCH] Add AutoExecConfig native call to basevotes.sp (#535) --- plugins/funvotes.sp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/funvotes.sp b/plugins/funvotes.sp index 056396b4..1863bdf9 100644 --- a/plugins/funvotes.sp +++ b/plugins/funvotes.sp @@ -128,6 +128,8 @@ public void OnPluginStart() g_Cvar_Show = CreateConVar("sm_vote_show", "1", "Show player's votes? Default on.", 0, true, 0.0, true, 1.0); } */ + + AutoExecConfig(true, "funvotes"); /* Account for late loading */ TopMenu topmenu;