From d552235d4bc35983f86395597f751618dc978e9f Mon Sep 17 00:00:00 2001 From: Rich Dunne Date: Fri, 7 May 2021 04:06:21 -0600 Subject: [PATCH] Updated namespace references --- SceneManager/Utils/ConsoleCommands.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SceneManager/Utils/ConsoleCommands.cs b/SceneManager/Utils/ConsoleCommands.cs index 7ce9e59..8ae2301 100644 --- a/SceneManager/Utils/ConsoleCommands.cs +++ b/SceneManager/Utils/ConsoleCommands.cs @@ -2,9 +2,10 @@ using Rage.Attributes; using Rage.ConsoleCommands.AutoCompleters; using System.Linq; -using SceneManager.Objects; using System; using System.Collections.Generic; +using SceneManager.Managers; +using SceneManager.Paths; namespace SceneManager.Utils {