1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-01-31 20:11:29 +01:00

Merge pull request from nossr50/master

Made xprate give more feedback when used via console
This commit is contained in:
Grant 2012-02-11 06:24:04 -08:00
commit 5b40f2e2e9

View File

@ -67,6 +67,8 @@ public class XprateCommand implements CommandExecutor {
x.sendMessage(ChatColor.GOLD+"XP EVENT FOR mcMMO HAS STARTED!");
x.sendMessage(ChatColor.GOLD+"mcMMO XP RATE IS NOW "+LoadProperties.xpGainMultiplier+"x!!");
}
System.out.println("The XP RATE was modified to "+LoadProperties.xpGainMultiplier);
}
return true;