From 831116b50ad7d622b61da4dd8d1abff024dd3d40 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 14 Nov 2022 19:35:08 +1000 Subject: [PATCH] Fix a compilation error --- qcsrc/common/monsters/monster/mage.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/common/monsters/monster/mage.qc b/qcsrc/common/monsters/monster/mage.qc index 21fb8792d..f3da794ba 100644 --- a/qcsrc/common/monsters/monster/mage.qc +++ b/qcsrc/common/monsters/monster/mage.qc @@ -24,7 +24,6 @@ float autocvar_g_monster_mage_attack_teleport_chance = 0.2; float autocvar_g_monster_mage_attack_teleport_delay = 2; float autocvar_g_monster_mage_attack_teleport_random = 0.4; float autocvar_g_monster_mage_attack_teleport_random_range = 1200; -float autocvar_g_monster_mage_heal_self; float autocvar_g_monster_mage_heal_allies; float autocvar_g_monster_mage_heal_minhealth; float autocvar_g_monster_mage_heal_range; -- 2.39.2