leader: fix

This commit is contained in:
neon 2018-11-14 19:14:37 +01:00
parent d9c128201b
commit 6d795ddd97

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");