refactor: drop support for creayun since shit is getting messy with it

This commit is contained in:
ChomeNS
2025-04-07 08:05:07 +07:00
parent c0390b806f
commit 5e06c7cf8b
8 changed files with 8 additions and 73 deletions

View File

@@ -243,8 +243,6 @@ public class Bot extends SessionAdapter {
}
session.send(ServerboundPlayerLoadedPacket.INSTANCE);
if (options.creayun) chat.send("/server creative");
}
private void packetReceived (ClientboundCustomQueryPacket packet) {