diff --git a/gymkhana/addons/escoria-ui-return-monkey-island/esc_rich_tooltip.gd b/gymkhana/addons/escoria-ui-return-monkey-island/esc_rich_tooltip.gd index 5989a432..d95154ce 100644 --- a/gymkhana/addons/escoria-ui-return-monkey-island/esc_rich_tooltip.gd +++ b/gymkhana/addons/escoria-ui-return-monkey-island/esc_rich_tooltip.gd @@ -150,7 +150,7 @@ func update_tooltip_text(): $tooltip1/label.text = current_target_object.action1_text if(current_target_object.action2_text != ""): - $tooltip1.visible = true; + $tooltip2.visible = true; $tooltip2/label.text = current_target_object.action2_text