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
|
|
@ -69,8 +69,8 @@ namespace TShockAPI
|
|||
|
||||
public class SuperAdminGroup : Group
|
||||
{
|
||||
public SuperAdminGroup(string groupName, Group parentGroup = null)
|
||||
: base(groupName, parentGroup)
|
||||
public SuperAdminGroup()
|
||||
: base("superadmin")
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue