From 53c60d1c523fea4fb7304fb351c2d030540a044e Mon Sep 17 00:00:00 2001 From: Greyscale Date: Mon, 20 Apr 2009 00:16:08 +0200 Subject: [PATCH] Fixed newlines in gamedata file. --- .../gamedata/plugin.zombiereloaded.txt | 94 +++++++++---------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt b/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt index c642033..3c87a6e 100644 --- a/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt +++ b/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt @@ -1,48 +1,48 @@ -"Games" -{ - "#default" - { - "#supported" - { - "game" "cstrike" - } - - "Offsets" - { - "RemoveAllItems" - { - "windows" "283" - "linux" "284" - } - - "EyePosition" - { - "windows" "117" - "linux" "118" - } - - "EyeAngles" - { - "windows" "206" - "linux" "207" - } - } - - "Signatures" - { - "TerminateRound" - { - "library" "server" - "windows" "\x83\xEC\x18\x53\x55\x8B\xD9\x8B\x4C\x24\x28\x56\x57\x33\xF6\x8D" - "linux" "@_ZN12CCSGameRules14TerminateRoundEfi" - } - - "CSWeaponDrop" - { - "library" "server" - "windows" "\x2A\x2A\x2A\x2A\x2A\x2A\x53\x55\x56\x57\x8B\xBC\x24\x40\x01\x00\x00\x32\xDB\x85\xFF\x8B\xF1\x0F" - "linux" "@_ZN9CCSPlayer12CSWeaponDropEP17CBaseCombatWeaponbb" - } - } - } +"Games" +{ + "#default" + { + "#supported" + { + "game" "cstrike" + } + + "Offsets" + { + "RemoveAllItems" + { + "windows" "283" + "linux" "284" + } + + "EyePosition" + { + "windows" "117" + "linux" "118" + } + + "EyeAngles" + { + "windows" "206" + "linux" "207" + } + } + + "Signatures" + { + "TerminateRound" + { + "library" "server" + "windows" "\x83\xEC\x18\x53\x55\x8B\xD9\x8B\x4C\x24\x28\x56\x57\x33\xF6\x8D" + "linux" "@_ZN12CCSGameRules14TerminateRoundEfi" + } + + "CSWeaponDrop" + { + "library" "server" + "windows" "\x2A\x2A\x2A\x2A\x2A\x2A\x53\x55\x56\x57\x8B\xBC\x24\x40\x01\x00\x00\x32\xDB\x85\xFF\x8B\xF1\x0F" + "linux" "@_ZN9CCSPlayer12CSWeaponDropEP17CBaseCombatWeaponbb" + } + } + } } \ No newline at end of file