From 1225cb5514a0566e22ec6bb6159d9a97013dac42 Mon Sep 17 00:00:00 2001 From: Rich Dunne Date: Mon, 7 Sep 2020 00:05:01 -0600 Subject: [PATCH] Changed plugin attribute from Test Build to Release Candidate --- SceneManager/EntryPoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SceneManager/EntryPoint.cs b/SceneManager/EntryPoint.cs index 80dddfe..dec9823 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 [Test Build]", Author = "Rich", Description = "Manage your scenes with custom AI traffic pathing and cone placement.")] +[assembly: Rage.Attributes.Plugin("Scene Manager [Release Candidate]", Author = "Rich", Description = "Manage your scenes with custom AI traffic pathing and cone placement.")] namespace SceneManager {