Update EntityWipeCMD.java

This commit is contained in:
Deauthorized 2024-05-02 17:25:26 -04:00 committed by GitHub
parent 5040c76dc6
commit bc163aa51a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
} }
} }