update description again

This commit is contained in:
Telesphoreo 2022-02-25 01:39:09 -06:00
parent 0ccea2bbfc
commit fd19716c5c
3 changed files with 1 additions and 5 deletions

View file

@ -34,7 +34,7 @@ dependencies {
group = "dev.plex"
version = "0.1-SNAPSHOT"
description = "An exploit patcher to help patch server crashing / player crashing / kicking exploits and bugs."
description = "Blackout exploits on your Minecraft server."
bukkit {
name = "Blackout"

View file

@ -31,6 +31,4 @@ public class PacketManager
});
return bool.get();
}
}

View file

@ -47,6 +47,4 @@ public class EndermanPotionPatch implements IPacketListener<ClientboundUpdateMob
event.setCancelled(true);
}
}
}