Fixed ANOTHER typo
This commit is contained in:
parent
b5c0dc5195
commit
8afc336fd1
@ -140,7 +140,7 @@ public class DisguisePlayerCommand implements CommandExecutor {
|
|||||||
// He isn't allowed to use it..
|
// He isn't allowed to use it..
|
||||||
sender.sendMessage(ChatColor.RED + "You are forbidden to use this disguise!");
|
sender.sendMessage(ChatColor.RED + "You are forbidden to use this disguise!");
|
||||||
} else {
|
} else {
|
||||||
sender.sendMessage(ChatColor.RED + "Error! The disguise " + ChatColor.GREEN + args[0] + ChatColor.RED
|
sender.sendMessage(ChatColor.RED + "Error! The disguise " + ChatColor.GREEN + args[1] + ChatColor.RED
|
||||||
+ " doesn't exist!");
|
+ " doesn't exist!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -152,7 +152,7 @@ public class DisguiseRadiusCommand implements CommandExecutor {
|
|||||||
// He isn't allowed to use it..
|
// He isn't allowed to use it..
|
||||||
sender.sendMessage(ChatColor.RED + "You are forbidden to use this disguise!");
|
sender.sendMessage(ChatColor.RED + "You are forbidden to use this disguise!");
|
||||||
} else {
|
} else {
|
||||||
sender.sendMessage(ChatColor.RED + "Error! The disguise " + ChatColor.GREEN + args[0] + ChatColor.RED
|
sender.sendMessage(ChatColor.RED + "Error! The disguise " + ChatColor.GREEN + args[1] + ChatColor.RED
|
||||||
+ " doesn't exist!");
|
+ " doesn't exist!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user