leader: fix

This commit is contained in:
neon 2018-11-14 19:14:28 +01:00
parent e4255d29ae
commit d87c4a1090

View File

@ -88,16 +88,6 @@ public void OnPluginStart()
g_cVFollowVTF.GetString(FollowVTF, sizeof(FollowVTF));
g_cVFollowVMT.GetString(FollowVMT, sizeof(FollowVMT));
AddFileToDownloadsTable(DefendVTF);
AddFileToDownloadsTable(DefendVMT);
AddFileToDownloadsTable(FollowVTF);
AddFileToDownloadsTable(FollowVMT);
PrecacheGeneric(DefendVTF, true);
PrecacheGeneric(DefendVMT, true);
PrecacheGeneric(FollowVTF, true);
PrecacheGeneric(FollowVMT, true);
allowVoting = g_cVAllowVoting.BoolValue;
RegPluginLibrary("leader");