We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9500b6b commit 99e7b94Copy full SHA for 99e7b94
1 file changed
API/Class/BaseMenu.cs
@@ -4,7 +4,7 @@
4
using CS2MenuManager.API.Enum;
5
using CS2MenuManager.API.Interface;
6
using CS2MenuManager.API.Menu;
7
-using static CounterStrikeSharp.API.Modules.Commands.CommandInfo;
+using static CounterStrikeSharp.API.Modules.Commands.CommandInfo;
8
9
namespace CS2MenuManager.API.Class;
10
@@ -326,4 +326,4 @@ protected virtual void Dispose(bool disposing)
326
_disposed = true;
327
}
328
329
-}
+}
0 commit comments