Move funcommands material and sound defs to gamedata (bug 6085, r=asherkin).
This commit is contained in:
@@ -137,7 +137,11 @@ CopyFiles('configs/sql-init-scripts/sqlite', 'addons/sourcemod/configs/sql-init-
|
||||
'update_admins-r1409.sql',
|
||||
]
|
||||
)
|
||||
CopyFiles('gamedata', 'addons/sourcemod/gamedata', ['sm-tf2.games.txt'])
|
||||
CopyFiles('gamedata', 'addons/sourcemod/gamedata',
|
||||
[ 'funcommands.games.txt',
|
||||
'sm-tf2.games.txt',
|
||||
]
|
||||
)
|
||||
CopyFiles('gamedata/sdkhooks.games', 'addons/sourcemod/gamedata/sdkhooks.games',
|
||||
[ 'common.games.txt',
|
||||
'engine.blade.txt',
|
||||
|
||||
Reference in New Issue
Block a user