diff --git a/SceneManager/EntryPoint.cs b/SceneManager/EntryPoint.cs index efde765..72bbc36 100644 --- a/SceneManager/EntryPoint.cs +++ b/SceneManager/EntryPoint.cs @@ -4,7 +4,7 @@ using System.Reflection; using System.Windows.Forms; using Rage; -[assembly: Rage.Attributes.Plugin("Scene Manager", Author = "Rich", Description = "Control your scenes with custom AI pathing and traffic barrier management.")] +[assembly: Rage.Attributes.Plugin("Scene Manager", Author = "Rich", Description = "Control your scenes with custom AI pathing and traffic barrier management.", PrefersSingleInstance = true)] namespace SceneManager {