Skip to content

Commit

Permalink
removed debug commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Goby56 committed Jan 27, 2025
1 parent c66257c commit 55c3b60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.
5 changes: 0 additions & 5 deletions src/main/java/com/goby56/wakes/WakesClient.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.goby56.wakes;

import com.goby56.wakes.config.WakesConfig;
import com.goby56.wakes.debug.DebugCommand;
import com.goby56.wakes.debug.WakeDebugRenderer;
import com.goby56.wakes.event.PickBoat;
import com.goby56.wakes.event.WakeClientTicker;
Expand All @@ -11,7 +10,6 @@
import com.goby56.wakes.render.WakeRenderer;
import eu.midnightdust.lib.config.MidnightConfig;
import net.fabricmc.api.ClientModInitializer;
import net.fabricmc.fabric.api.client.command.v2.ClientCommandRegistrationCallback;
import net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents;
import net.fabricmc.fabric.api.client.rendering.v1.WorldRenderEvents;
import net.fabricmc.fabric.api.event.client.player.ClientPickBlockGatherCallback;
Expand Down Expand Up @@ -59,9 +57,6 @@ public void onInitializeClient() {
WorldRenderEvents.BEFORE_DEBUG_RENDER.register(new WakeDebugRenderer());

SplashPlaneRenderer.initSplashPlane();

// Commands
ClientCommandRegistrationCallback.EVENT.register(DebugCommand::register);
}

public static boolean areShadersEnabled() {
Expand Down
52 changes: 0 additions & 52 deletions src/main/java/com/goby56/wakes/debug/DebugCommand.java

This file was deleted.

0 comments on commit 55c3b60

Please sign in to comment.