From bdf447ad45302c34b5131fdc41653d82772ece27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Kov=C3=A1cs?= Date: Sun, 1 Sep 2024 17:36:07 +0200 Subject: [PATCH] ups... --- app/Libraries/BattleEngine/CombatObject/PhysicShot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Libraries/BattleEngine/CombatObject/PhysicShot.php b/app/Libraries/BattleEngine/CombatObject/PhysicShot.php index 8d5388c9..9a2e2364 100755 --- a/app/Libraries/BattleEngine/CombatObject/PhysicShot.php +++ b/app/Libraries/BattleEngine/CombatObject/PhysicShot.php @@ -33,7 +33,7 @@ */ class PhysicShot { - private $fighters + private $fighters; private $shipType; private $damage; private $count;