mirror of
https://github.com/plexusorg/Plex.git
synced 2025-08-06 18:39:28 +00:00
Update EntityWipeCMD.java
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
@@ -155,4 +155,4 @@ public class EntityWipeCMD extends PlexCommand
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user