mirror of
https://github.com/plexusorg/Plex.git
synced 2024-11-09 21:46:07 +00:00
Update EntityWipeCMD.java
This commit is contained in:
parent
5040c76dc6
commit
bc163aa51a
@ -134,7 +134,7 @@ public class EntityWipeCMD extends PlexCommand
|
|||||||
}
|
}
|
||||||
catch (NumberFormatException ex)
|
catch (NumberFormatException ex)
|
||||||
{
|
{
|
||||||
sender.sendMessage(mmString("<red>" + string + "<red> is not a valid number!"));
|
sender.sendMessage(messageComponent("notANumber", string));
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user