Console command permissions can be changed in the client permission menu, permitted commands are displayed in the client-side permission popup
This commit is contained in:
@@ -111,6 +111,10 @@ namespace Barotrauma
|
||||
#endif
|
||||
|
||||
private static List<Command> commands = new List<Command>();
|
||||
public static List<Command> Commands
|
||||
{
|
||||
get { return commands; }
|
||||
}
|
||||
|
||||
private static string currentAutoCompletedCommand;
|
||||
private static int currentAutoCompletedIndex;
|
||||
|
||||
Reference in New Issue
Block a user