Remove DontBugMe command from VLCommandHandler

Removing this since the version checker isn't supported by ViaLoader anyway
This commit is contained in:
FlorianMichael 2024-06-15 20:56:21 +02:00
parent bd381cf483
commit daddc6d675
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -20,4 +20,9 @@ package net.raphimc.vialoader.impl.viaversion;
import com.viaversion.viaversion.commands.ViaCommandHandler;
public class VLCommandHandler extends ViaCommandHandler {
public VLCommandHandler() {
this.removeSubCommand("dontbugme");
}
}