Disable functions if you aren't playing Dungeonfy
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package chickenmanfy.scify.modules
|
||||
|
||||
import chickenmanfy.scify.SciFyClient.debugUser
|
||||
import net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents
|
||||
import net.fabricmc.fabric.api.client.keybinding.v1.KeyBindingHelper
|
||||
import net.minecraft.client.MinecraftClient
|
||||
@@ -11,8 +12,6 @@ import org.lwjgl.glfw.GLFW
|
||||
class Hotkey {
|
||||
fun hotkeys() {
|
||||
|
||||
val debugUser = "Chickenmanfy"
|
||||
|
||||
// Register Keys
|
||||
val warp = KeyBindingHelper.registerKeyBinding(
|
||||
KeyBinding(
|
||||
|
||||
Reference in New Issue
Block a user