diff --git a/gamedata/core.games/blacklist.plugins.txt b/gamedata/core.games/blocklist.plugins.txt similarity index 100% rename from gamedata/core.games/blacklist.plugins.txt rename to gamedata/core.games/blocklist.plugins.txt diff --git a/gamedata/core.games/master.games.txt b/gamedata/core.games/master.games.txt index 6cda7526..b04a92f2 100644 --- a/gamedata/core.games/master.games.txt +++ b/gamedata/core.games/master.games.txt @@ -101,7 +101,7 @@ "game" "dinodday" } - "blacklist.plugins.txt" + "blocklist.plugins.txt" { } } diff --git a/tools/buildbot/PackageScript b/tools/buildbot/PackageScript index 88a075e3..eadd813f 100644 --- a/tools/buildbot/PackageScript +++ b/tools/buildbot/PackageScript @@ -272,7 +272,7 @@ CopyFiles('gamedata/sdktools.games', 'addons/sourcemod/gamedata/sdktools.games', ] ) CopyFiles('gamedata/core.games', 'addons/sourcemod/gamedata/core.games', - [ 'blacklist.plugins.txt', + [ 'blocklist.plugins.txt', 'common.games.txt', 'engine.bgt.txt', 'engine.blade.txt',