From b53960316e8d372138601c2198e49f5f526b9f6c Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 14 Nov 2014 03:17:13 +1100 Subject: [PATCH] Fix healing nade --- qcsrc/client/Main.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/client/Main.qc b/qcsrc/client/Main.qc index fea677cbb..c0e37ae62 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -834,6 +834,7 @@ void CSQC_Ent_Update(float bIsNewEntity) case ENT_CLIENT_SPAWNPOINT: Ent_ReadSpawnPoint(bIsNewEntity); break; case ENT_CLIENT_SPAWNEVENT: Ent_ReadSpawnEvent(bIsNewEntity); break; case ENT_CLIENT_NOTIFICATION: Read_Notification(bIsNewEntity); break; + case ENT_CLIENT_HEALING_ORB: ent_healer(); break; default: //error(strcat(_("unknown entity type in CSQC_Ent_Update: %d\n"), self.enttype)); -- 2.39.2