diff --git a/SceneManager/Paths/Path.cs b/SceneManager/Paths/Path.cs index b2a0005..ca79d6e 100644 --- a/SceneManager/Paths/Path.cs +++ b/SceneManager/Paths/Path.cs @@ -100,7 +100,7 @@ namespace SceneManager.Paths internal void Finish() { Game.LogTrivial($"[Path Creation] Path \"{Name}\" finished with {Waypoints.Count} waypoints."); - Game.DisplayNotification($"~o~Scene Manager ~w~[~g~Success~w~]\n~w~Path ~b~{Name} ~w~complete."); + Game.DisplayNotification($"~o~Scene Manager ~g~[Success~w~]\n~w~Path ~b~{Name} ~w~complete."); State = State.Finished; IsEnabled = true; Waypoints.ForEach(x => x.EnableBlip());