mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
Fixing a message with /inspect
This commit is contained in:
parent
1107e9f36a
commit
d0f66ece98
@ -18,6 +18,7 @@ Version 2.0.00-dev
|
|||||||
= Fixed issue where every block broken had a mining check applied
|
= Fixed issue where every block broken had a mining check applied
|
||||||
= Fixed issue where every block broken had a herbalism check applied
|
= Fixed issue where every block broken had a herbalism check applied
|
||||||
= Fixed issue where blocks weren't being removed from the watchlist
|
= Fixed issue where blocks weren't being removed from the watchlist
|
||||||
|
! Changed inspect failed message to say inspect rather than whois
|
||||||
! Changed Call of the Wild to activate on left-click rather than right-click
|
! Changed Call of the Wild to activate on left-click rather than right-click
|
||||||
! Changed Blast Mining to track based on Entity ID vs. Location
|
! Changed Blast Mining to track based on Entity ID vs. Location
|
||||||
! Changed mmoedit to save a profile when used (this will make mctop update)
|
! Changed mmoedit to save a profile when used (this will make mctop update)
|
||||||
|
@ -36,7 +36,7 @@ public class InspectCommand implements CommandExecutor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (args.length < 1) {
|
if (args.length < 1) {
|
||||||
sender.sendMessage(ChatColor.RED + "Proper usage is /whois <playername>");
|
sender.sendMessage(ChatColor.RED + "Proper usage is /inspect <playername>");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user