gamedata: align with core project values. (#1310)

* Rename blacklist.plugins.txt to blocklist.plugins.txt
* gamedata: adjust gamedata name.
* packagescript: adjust filename.
This commit is contained in:
Kyle Sanderson 2020-07-14 18:40:28 -07:00 committed by GitHub
parent ed9f214256
commit 353ced0e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@
"game" "dinodday" "game" "dinodday"
} }
"blacklist.plugins.txt" "blocklist.plugins.txt"
{ {
} }
} }

View File

@ -272,7 +272,7 @@ CopyFiles('gamedata/sdktools.games', 'addons/sourcemod/gamedata/sdktools.games',
] ]
) )
CopyFiles('gamedata/core.games', 'addons/sourcemod/gamedata/core.games', CopyFiles('gamedata/core.games', 'addons/sourcemod/gamedata/core.games',
[ 'blacklist.plugins.txt', [ 'blocklist.plugins.txt',
'common.games.txt', 'common.games.txt',
'engine.bgt.txt', 'engine.bgt.txt',
'engine.blade.txt', 'engine.blade.txt',