Fixed SetDungeon permission. Closes #1263

This commit is contained in:
White 2016-07-29 15:58:48 +09:30
parent 9e84063fbb
commit 2045ff511c
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
## Upcoming Changes
* The setdungeon command correctly uses tshock.world.setdungeon as its permission (@OnsenManju)
## TShock 4.3.17
* Compatibility with Terraria 1.3.2.1

View file

@ -512,7 +512,7 @@ namespace TShockAPI
AllowServer = false,
HelpText = "Sets the world's spawn point to your location."
});
add(new Command(Permissions.worldspawn, SetDungeon, "setdungeon")
add(new Command(Permissions.dungeonposition, SetDungeon, "setdungeon")
{
AllowServer = false,
HelpText = "Sets the dungeon's position to your location."