From 95b3213a3bfff9cc47e256764dc33c498d8bbcfa Mon Sep 17 00:00:00 2001 From: RattleSN4K3 Date: Sat, 30 Apr 2016 16:32:35 +0200 Subject: [PATCH] Removed unused expression also causing error logs (accessed none) --- UTGame/Src/SpectatorUI/Classes/SpectatorUI_Interaction.uc | 2 -- 1 file changed, 2 deletions(-) diff --git a/UTGame/Src/SpectatorUI/Classes/SpectatorUI_Interaction.uc b/UTGame/Src/SpectatorUI/Classes/SpectatorUI_Interaction.uc index f5fd0f6..8d08805 100644 --- a/UTGame/Src/SpectatorUI/Classes/SpectatorUI_Interaction.uc +++ b/UTGame/Src/SpectatorUI/Classes/SpectatorUI_Interaction.uc @@ -941,8 +941,6 @@ function FlagEvent(UTCarriedObject Flag, name EventType, PlayerReplicationInfo W Team = Flag.GetTeamNum(); - Desc = Who.GetPlayerAlias(); - switch (EventType) { case 'Taken': Verb = "taken";