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:
high 2011-06-14 21:44:32 -04:00
parent f31bae459e
commit e9dd445055
4 changed files with 61 additions and 10 deletions

View file

@ -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();