From 47d11a8699c00aa39394510bbfb7f863f5ed970e Mon Sep 17 00:00:00 2001 From: RattleSN4K3 Date: Thu, 28 Apr 2016 00:04:24 +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";