From 13d22d218d7115af48e98ecb32ab6a15d00985bb Mon Sep 17 00:00:00 2001 From: Rich Dunne Date: Fri, 25 Sep 2020 15:43:15 -0600 Subject: [PATCH] Added PrefersSingleInstance attribute --- SceneManager/EntryPoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {