1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 23:50:29 +01:00

Fixed spacing on notification message

This commit is contained in:
Rich Dunne 2020-11-26 16:41:12 -07:00
parent 64e84a2314
commit cd1bce8c2c

View file

@ -57,7 +57,7 @@ namespace SceneManager
} }
else 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; return false;
} }