fix formatting

This commit is contained in:
Bella 2019-12-06 11:12:23 -05:00
parent 63796c8362
commit 4615bf4036
1 changed files with 2 additions and 1 deletions

View File

@ -20,8 +20,9 @@ public class PearlDupe extends Module {
public void onEnable() {
if (Minecraft.getMinecraft().getCurrentServerData() == null) {
Command.sendWarningMessage("[PearlDupe] &l&Error: &r&6This doesn't work in singleplayer");
Command.sendErrorMessage("[PearlDupe] &lError: &r&4This doesn't work in singleplayer");
this.disable();
return;
}
if (info.getValue()) {
Command.sendChatMessage("[PearlDupe] Instructions: throw a pearl, it /kills on death ");