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

This commit is contained in:
Luki
2016-10-14 13:17:23 -07:00
committed by Kyle Sanderson
parent e74b5807a9
commit 482a2f2eb5
+2
View File
@@ -129,6 +129,8 @@ public void OnPluginStart()
} }
*/ */
AutoExecConfig(true, "funvotes");
/* Account for late loading */ /* Account for late loading */
TopMenu topmenu; TopMenu topmenu;
if (LibraryExists("adminmenu") && ((topmenu = GetAdminTopMenu()) != null)) if (LibraryExists("adminmenu") && ((topmenu = GetAdminTopMenu()) != null))