From 5d187589b467c417cf09fea25777b38486046ccd Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Wed, 5 Feb 2025 18:03:50 +1000 Subject: [PATCH] Fix crash on server --- src/main/resources/fabric.mod.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0d0b941c..de72ba32 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -20,9 +20,6 @@ "client": [ "me.cortex.voxy.client.Voxy" ], - "server": [ - "me.cortex.voxy.server.VoxyServer" - ], "modmenu": [ "me.cortex.voxy.client.config.VoxyConfigScreenFactory" ],