From 07084ced5a3bae611354843d6aeaa8976385bf6c Mon Sep 17 00:00:00 2001 From: Richard Helgeby Date: Wed, 4 Jul 2012 19:09:30 +0200 Subject: [PATCH] Removed gamedata file, it's never used. --- .../gamedata/plugin.zombiereloaded.txt | 62 ------------------- 1 file changed, 62 deletions(-) delete mode 100644 cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt diff --git a/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt b/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt deleted file mode 100644 index 00530a7..0000000 --- a/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt +++ /dev/null @@ -1,62 +0,0 @@ -"Games" -{ - "#default" - { - "#supported" - { - "game" "cstrike" - } - - "Offsets" - { - "TraceAttack" - { - "windows" "59" - "linux" "60" - "mac" "60" - } - - "OnTakeDamage" - { - "windows" "61" - "linux" "62" - "mac" "62" - } - - "StartTouch" - { - "windows" "96" - "linux" "97" - "mac" "97" - } - - "Touch" - { - "windows" "97" - "linux" "98" - "mac" "98" - } - - "EndTouch" - { - "windows" "98" - "linux" "99" - "mac" "99" - } - - "Weapon_CanUse" - { - "windows" "254" - "linux" "255" - "mac" "255" - } - - "Weapon_Drop" - { - "windows" "257" - "linux" "258" - "mac" "258" - } - } - } -}