mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Merge upstream
This commit is contained in:
@@ -18,7 +18,7 @@ namespace TGCommandLine
|
||||
}
|
||||
}
|
||||
|
||||
class AdminRecreateStaticCommand : Command
|
||||
class AdminRecreateStaticCommand : ConsoleCommand
|
||||
{
|
||||
public AdminRecreateStaticCommand()
|
||||
{
|
||||
@@ -38,7 +38,7 @@ namespace TGCommandLine
|
||||
}
|
||||
}
|
||||
|
||||
class AdminViewGroupCommand : Command
|
||||
class AdminViewGroupCommand : ConsoleCommand
|
||||
{
|
||||
public AdminViewGroupCommand()
|
||||
{
|
||||
@@ -57,7 +57,7 @@ namespace TGCommandLine
|
||||
}
|
||||
}
|
||||
|
||||
class AdminSetGroupCommand : Command
|
||||
class AdminSetGroupCommand : ConsoleCommand
|
||||
{
|
||||
public AdminSetGroupCommand()
|
||||
{
|
||||
@@ -90,7 +90,7 @@ namespace TGCommandLine
|
||||
}
|
||||
}
|
||||
|
||||
class AdminClearGroupCommand : Command
|
||||
class AdminClearGroupCommand : ConsoleCommand
|
||||
{
|
||||
public AdminClearGroupCommand()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user