Skip to content

Commit

Permalink
Remove DontBugMe command from VLCommandHandler
Browse files Browse the repository at this point in the history
Removing this since the version checker isn't supported by ViaLoader anyway
  • Loading branch information
FlorianMichael committed Jun 15, 2024
1 parent bd381cf commit daddc6d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@
import com.viaversion.viaversion.commands.ViaCommandHandler;

public class VLCommandHandler extends ViaCommandHandler {

public VLCommandHandler() {
this.removeSubCommand("dontbugme");
}

}

0 comments on commit daddc6d

Please sign in to comment.