about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/game/server/gamemodes/zcatch.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/server/gamemodes/zcatch.cpp b/src/game/server/gamemodes/zcatch.cpp
index 2fe7569f..7bdd706c 100644
--- a/src/game/server/gamemodes/zcatch.cpp
+++ b/src/game/server/gamemodes/zcatch.cpp
@@ -109,8 +109,9 @@ int CGameController_zCatch::OnCharacterDeath(class CCharacter *pVictim, class CP
 		}
 	}
 		
-	// Update color of the killer
+	// Update colors
 	OnPlayerInfoChange(pKiller);
+	OnPlayerInfoChange(pVictim->GetPlayer());
 	
 	return 0;
 }