Console can now use ingame commands. Although they are the chat commands so right now some wont work like the ones that spawn bosses at you, etc.
This commit is contained in:
parent
f31bae459e
commit
e9dd445055
4 changed files with 61 additions and 10 deletions
|
|
@ -338,7 +338,7 @@ namespace TShockAPI
|
|||
public static void LoadGroups()
|
||||
{
|
||||
groups = new List<Group>();
|
||||
groups.Add(new SuperAdminGroup("superadmin"));
|
||||
groups.Add(new SuperAdminGroup());
|
||||
|
||||
StreamReader sr = new StreamReader(FileTools.GroupsPath);
|
||||
string data = sr.ReadToEnd();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue