Added system to block malware or illegal plugins (bug 5289, r=dvander).

This commit is contained in:
Asher Baker
2012-08-09 01:54:43 +01:00
parent ac6c162a13
commit de27cb8a2f
11 changed files with 730 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
/**
* Do not edit this file. Any changes will be overwritten by the gamedata
* updater or by upgrading your SourceMod install.
*
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
*/
"Games"
{
"#default"
{
"Keys"
{
}
}
}
+3
View File
@@ -65,4 +65,7 @@
"engine" "csgo"
}
"blacklist.plugins.txt"
{
}
}