mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 09:07:37 +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)
|
||||
{
|
||||
sender.sendMessage(mmString("<red>" + string + "<red> is not a valid number!"));
|
||||
sender.sendMessage(messageComponent("notANumber", string));
|
||||
}
|
||||
return null;
|
||||
}
|
||||
@ -155,4 +155,4 @@ public class EntityWipeCMD extends PlexCommand
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user