Browse Source

Made xprate give more feedback when used via console

nossr50 13 years ago
parent
commit
3d60c057ea

+ 2 - 0
src/main/java/com/gmail/nossr50/commands/general/XprateCommand.java

@@ -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;