Add AutoExecConfig native call to basevotes.sp (#535)

This commit is contained in:
Luki 2016-10-14 22:17:23 +02:00 committed by Kyle Sanderson
parent e74b5807a9
commit 482a2f2eb5

View File

@ -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;