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

@ -129,6 +129,8 @@ public void OnPluginStart()
}
*/
AutoExecConfig(true, "funvotes");
/* Account for late loading */
TopMenu topmenu;
if (LibraryExists("adminmenu") && ((topmenu = GetAdminTopMenu()) != null))