refactor: finally remove the hclient scent

This commit is contained in:
Chayapak Supasakul 2025-03-15 18:47:06 +07:00
parent 8b7545ac16
commit c2313ee650
Signed by: ChomeNS
SSH key fingerprint: SHA256:0YoxhdyXsgbc0nfeB2N6FYE60mxMU7DS4uCUMaw2mvA

View file

@ -172,9 +172,8 @@ public class CommandCore {
if (!runFillCommand || withPos == null) return; if (!runFillCommand || withPos == null) return;
final String command = String.format( final String command = String.format(
KaboomCheck.INSTANCE.isKaboom ?
"fill %s %s %s %s %s %s repeating_command_block replace" :
"fill %s %s %s %s %s %s command_block", "fill %s %s %s %s %s %s command_block",
withPos.getMinX(), withPos.getMinX(),
withPos.getMinY(), withPos.getMinY(),
withPos.getMinZ(), withPos.getMinZ(),