From c517dee6e00d0bbcc849c3cc9e0a688292eccb91 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 13 Oct 2018 16:25:44 +1000 Subject: [PATCH] Fix electro orbs not sticking to entities properly --- qcsrc/common/weapons/weapon/electro.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/weapons/weapon/electro.qc b/qcsrc/common/weapons/weapon/electro.qc index 259fef6d5..9988e55b8 100644 --- a/qcsrc/common/weapons/weapon/electro.qc +++ b/qcsrc/common/weapons/weapon/electro.qc @@ -279,7 +279,7 @@ void W_Electro_Orb_Stick(entity this, entity to) delete(this); if(to) - SetMovetypeFollow(this, to); + SetMovetypeFollow(newproj, to); } void W_Electro_Orb_Touch(entity this, entity toucher) -- 2.39.2