From faecb9a439bd6f72c60a56f20d4c8d3c549d648b Mon Sep 17 00:00:00 2001 From: NuclearW Date: Fri, 12 Apr 2013 18:25:52 -0400 Subject: [PATCH] Fix players not having ptp.send by default. --- Changelog.txt | 1 + src/main/resources/plugin.yml | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index cab987e30..82c0329e6 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -18,6 +18,7 @@ Version 1.4.06-dev = Fixed wolves from Call of the Wild only having 8 health = Fixed bug where /party chat was not working = Fixed bug where experience commands were adding levels to all skills when they shouldn't + = Fixed mcmmo.commands.ptp.send not being set by default ! Changed Chimaera Wing's recipe result to use the ingredient Material ! Players will no longer pickup items to their hotbar while using Unarmed ! ExperienceAPI methods will now throw InvalidSkillException if the skill name passed in is invalid. diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 2691c7b82..f889c4e80 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -667,10 +667,7 @@ permissions: mcmmo.commands.mining: true mcmmo.commands.mobhealth: true mcmmo.commands.party.all: true - mcmmo.commands.ptp: true - mcmmo.commands.ptp.accept: true - mcmmo.commands.ptp.acceptall: true - mcmmo.commands.ptp.toggle: true + mcmmo.commands.ptp.all: true mcmmo.commands.repair: true mcmmo.commands.smelting: true mcmmo.commands.swords: true