1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 18:33:00 +01:00

Fixed a few more mistakes >.>

This commit is contained in:
nossr50
2010-12-15 16:47:34 -08:00
parent af8c4772fc
commit c1fff71e33
3 changed files with 4 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ public class vMinecraftCommands{
//=====================================================================
public static int freeze(Player player, String[] args){
if(player.canUseCommand("/freeze") && vMinecraftSettings.getInstance().freeze()){
if (args.length < 2){
if (args.length < 1){
vMinecraftChat.gmsg(Colors.Rose + "Usage is /freeze [Player]");
return EXIT_SUCCESS;
}