From c2a1df69d9aafb9096ced655e2b469dcb4728d36 Mon Sep 17 00:00:00 2001 From: l-Aad-l <7024626+l-Aad-l@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:27:46 -0500 Subject: [PATCH] Unneeded file --- addons/sourcemod/gamedata/passtime-fixes.txt | 42 -------------------- 1 file changed, 42 deletions(-) delete mode 100644 addons/sourcemod/gamedata/passtime-fixes.txt diff --git a/addons/sourcemod/gamedata/passtime-fixes.txt b/addons/sourcemod/gamedata/passtime-fixes.txt deleted file mode 100644 index 4295738..0000000 --- a/addons/sourcemod/gamedata/passtime-fixes.txt +++ /dev/null @@ -1,42 +0,0 @@ -/** - * Copyright (C) 2022 Mikusch - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -"Games" -{ - "tf" - { - "Offsets" - { - "CBaseProjectile::CanCollideWithTeammates" - { - "library" "server" - "linux" "230" - "windows" "229" - } - } - "Functions" - { - "CBaseProjectile::CanCollideWithTeammates" - { - "offset" "CBaseProjectile::CanCollideWithTeammates" - "hooktype" "entity" - "return" "bool" - "this" "entity" - } - } - } -}