Skip to content

Commit

Permalink
Merge pull request #2314 from moisterrific/patch-25
Browse files Browse the repository at this point in the history
Add tele potion and conch perms to default
  • Loading branch information
hakusaro committed May 19, 2021
2 parents d82db22 + 4b3125b commit 439dc6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion TShockAPI/DB/GroupManager.cs
Expand Up @@ -77,7 +77,10 @@ public GroupManager(IDbConnection db)
Permissions.whisper,
Permissions.wormhole,
Permissions.canpaint,
Permissions.pylon));
Permissions.pylon,
Permissions.tppotion,
Permissions.magicconch,
Permissions.demonconch));

AddDefaultGroup("vip", "default",
string.Join(",",
Expand Down

0 comments on commit 439dc6a

Please sign in to comment.