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

@ -69,8 +69,8 @@ namespace TShockAPI
public class SuperAdminGroup : Group
{
public SuperAdminGroup(string groupName, Group parentGroup = null)
: base(groupName, parentGroup)
public SuperAdminGroup()
: base("superadmin")
{
}