File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -612,8 +612,8 @@ void(PanelID panelid, string text) drawNotificationPanel = {
612
612
alert_text_position.y = ScreenSize.y / 3;
613
613
alert_text_position.x = (ScreenSize.x / 2) - (size.x / 2);
614
614
615
- local string flag_team_str;
616
- local vector menu_text_color;
615
+ local string flag_team_str = "the" ;
616
+ local vector menu_text_color = MENU_TEXT_4 ;
617
617
618
618
switch(flag_team) {
619
619
case 1:
@@ -632,10 +632,6 @@ void(PanelID panelid, string text) drawNotificationPanel = {
632
632
flag_team_str = "green's";
633
633
menu_text_color = MENU_TEXT_GREEN_FO;
634
634
break;
635
- default:
636
- flag_team_str = "the";
637
- menu_text_color = MENU_TEXT_4;
638
- break;
639
635
}
640
636
641
637
local string alert_text_message = sprintf("You got %s flag!", flag_team_str);
You can’t perform that action at this time.
0 commit comments