From 7dff2749ec0b9d216b54e34da7e71ddbeaac8484 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Fri, 7 Aug 2015 17:30:49 +0200 Subject: [PATCH] Gamedata: Remove CS classes with no members --- .../cstrike/offsets-cbaseplayerammo.txt | 25 ------------------- .../cstrike/offsets-cflashbang.txt | 25 ------------------- .../cstrike/offsets-cpointentity.txt | 25 ------------------- .../cstrike/offsets-ctriggerendsection.txt | 25 ------------------- 4 files changed, 100 deletions(-) delete mode 100644 gamedata/common.games/entities.games/cstrike/offsets-cbaseplayerammo.txt delete mode 100644 gamedata/common.games/entities.games/cstrike/offsets-cflashbang.txt delete mode 100644 gamedata/common.games/entities.games/cstrike/offsets-cpointentity.txt delete mode 100644 gamedata/common.games/entities.games/cstrike/offsets-ctriggerendsection.txt diff --git a/gamedata/common.games/entities.games/cstrike/offsets-cbaseplayerammo.txt b/gamedata/common.games/entities.games/cstrike/offsets-cbaseplayerammo.txt deleted file mode 100644 index d4ed6277..00000000 --- a/gamedata/common.games/entities.games/cstrike/offsets-cbaseplayerammo.txt +++ /dev/null @@ -1,25 +0,0 @@ -/** - * Do not edit this file. Any changes will be overwritten by the gamedata - * updater or by upgrading your AMX Mod X install. - * - * To override data in this file, create a subdirectory named "custom" and - * place your own gamedata file(s) inside of it. Such files will be parsed - * after AMXX's own. - * - * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(AMX_Mod_X) - */ - -"Games" -{ - "#default" - { - "Classes" - { - "CBasePlayerAmmo" - { - "Offsets" - { } - } - } - } -} diff --git a/gamedata/common.games/entities.games/cstrike/offsets-cflashbang.txt b/gamedata/common.games/entities.games/cstrike/offsets-cflashbang.txt deleted file mode 100644 index 4d3d7864..00000000 --- a/gamedata/common.games/entities.games/cstrike/offsets-cflashbang.txt +++ /dev/null @@ -1,25 +0,0 @@ -/** - * Do not edit this file. Any changes will be overwritten by the gamedata - * updater or by upgrading your AMX Mod X install. - * - * To override data in this file, create a subdirectory named "custom" and - * place your own gamedata file(s) inside of it. Such files will be parsed - * after AMXX's own. - * - * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(AMX_Mod_X) - */ - -"Games" -{ - "#default" - { - "Classes" - { - "CFlashbang" - { - "Offsets" - { } - } - } - } -} diff --git a/gamedata/common.games/entities.games/cstrike/offsets-cpointentity.txt b/gamedata/common.games/entities.games/cstrike/offsets-cpointentity.txt deleted file mode 100644 index 46044c59..00000000 --- a/gamedata/common.games/entities.games/cstrike/offsets-cpointentity.txt +++ /dev/null @@ -1,25 +0,0 @@ -/** - * Do not edit this file. Any changes will be overwritten by the gamedata - * updater or by upgrading your AMX Mod X install. - * - * To override data in this file, create a subdirectory named "custom" and - * place your own gamedata file(s) inside of it. Such files will be parsed - * after AMXX's own. - * - * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(AMX_Mod_X) - */ - -"Games" -{ - "#default" - { - "Classes" - { - "CPointEntity" - { - "Offsets" - { } - } - } - } -} diff --git a/gamedata/common.games/entities.games/cstrike/offsets-ctriggerendsection.txt b/gamedata/common.games/entities.games/cstrike/offsets-ctriggerendsection.txt deleted file mode 100644 index dc332a4b..00000000 --- a/gamedata/common.games/entities.games/cstrike/offsets-ctriggerendsection.txt +++ /dev/null @@ -1,25 +0,0 @@ -/** - * Do not edit this file. Any changes will be overwritten by the gamedata - * updater or by upgrading your AMX Mod X install. - * - * To override data in this file, create a subdirectory named "custom" and - * place your own gamedata file(s) inside of it. Such files will be parsed - * after AMXX's own. - * - * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(AMX_Mod_X) - */ - -"Games" -{ - "#default" - { - "Classes" - { - "CTriggerEndSection" - { - "Offsets" - { } - } - } - } -}