forked from RepoMirrors/kami-blue
fix formatting
This commit is contained in:
parent
63796c8362
commit
4615bf4036
|
@ -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 ");
|
||||
|
|
Loading…
Reference in New Issue