From bc687091520c8a1bf1f3d19dcddb4d80e1ea42c5 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 8 Sep 2024 21:14:34 -0700 Subject: save primed for losing streak bonus state if plugin is unloaded --- Malmstone/Windows/MainWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Malmstone/Windows') diff --git a/Malmstone/Windows/MainWindow.cs b/Malmstone/Windows/MainWindow.cs index fbeb500..e5d69d2 100644 --- a/Malmstone/Windows/MainWindow.cs +++ b/Malmstone/Windows/MainWindow.cs @@ -122,7 +122,7 @@ namespace Malmstone.Windows { if(Plugin.PvPService.ConsecutiveThirdPlaceFrontline == 1) { - ImGui.TextColored(new Vector4(0.0f, 1.0f, 0.0f, 1.0f), "You'll receive a 10%% reward bonus if you place 3rd"); + ImGui.TextColored(new Vector4(0.0f, 1.0f, 0.0f, 1.0f), "Primed For Bonus: w You'll receive a 10%% reward bonus if you place 3rd"); } if (ImGui.IsItemHovered()) { -- cgit v1.2.3