mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
Fix missing master.games.txt reference in PackageScript
This commit is contained in:
parent
4cea082303
commit
6190582f16
@ -1219,6 +1219,12 @@ CopyFiles('gamedata/common.games/entities.games/valve', 'base/addons/amxmodx/dat
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
CopyFiles('gamedata/common.games/gamerules.games', 'base/addons/amxmodx/data/gamedata/common.games/gamerules.games',
|
||||||
|
[
|
||||||
|
'master.games.txt',
|
||||||
|
]
|
||||||
|
)
|
||||||
|
|
||||||
CopyFiles('gamedata/common.games/gamerules.games/cstrike', 'base/addons/amxmodx/data/gamedata/common.games/gamerules.games/cstrike',
|
CopyFiles('gamedata/common.games/gamerules.games/cstrike', 'base/addons/amxmodx/data/gamedata/common.games/gamerules.games/cstrike',
|
||||||
[
|
[
|
||||||
'offsets-cgamerules.txt',
|
'offsets-cgamerules.txt',
|
||||||
|
Loading…
Reference in New Issue
Block a user