From 6190582f16a8f711c4087f7a5ceaae60ad8e49af Mon Sep 17 00:00:00 2001 From: Arkshine Date: Sat, 5 Dec 2015 18:43:33 +0100 Subject: [PATCH] Fix missing master.games.txt reference in PackageScript --- support/PackageScript | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/support/PackageScript b/support/PackageScript index 314a861f..2f84edce 100644 --- a/support/PackageScript +++ b/support/PackageScript @@ -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', [ 'offsets-cgamerules.txt',