From cd1bce8c2c70fd792679fe8b363271aae18e7bb9 Mon Sep 17 00:00:00 2001 From: Rich Dunne Date: Thu, 26 Nov 2020 16:41:12 -0700 Subject: [PATCH] Fixed spacing on notification message --- SceneManager/EntryPoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SceneManager/EntryPoint.cs b/SceneManager/EntryPoint.cs index a0d4d86..43db9fe 100644 --- a/SceneManager/EntryPoint.cs +++ b/SceneManager/EntryPoint.cs @@ -57,7 +57,7 @@ namespace SceneManager } else { - Game.DisplayNotification($"~o~Scene Manager~r~[Error]\n~w~ Your RAGENativeUI.dll version is below 1.7, please update RAGENativeUI and try again."); + Game.DisplayNotification($"~o~Scene Manager~r~[Error]\n~w~Your RAGENativeUI.dll version is below 1.7. Please update RAGENativeUI and try again."); return false; }