Skip to content

Commit

Permalink
made mod client side only
Browse files Browse the repository at this point in the history
  • Loading branch information
brainage04 committed Feb 5, 2025
1 parent 0c1abce commit 35ebcfa
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ import net.minecraftforge.fml.common.event.FMLPreInitializationEvent
import org.apache.logging.log4j.LogManager
import org.apache.logging.log4j.Logger

@Mod(modid = ToggleSprintMain.MOD_ID, useMetadata = true)
@Mod(
modid = ToggleSprintMain.MOD_ID,
clientSideOnly = true,
useMetadata = true
)
class ToggleSprintMain {
private fun registerKeyBinds(vararg keybinds: KeyBinding?) {
for (keybind in keybinds) {
Expand Down

0 comments on commit 35ebcfa

Please sign in to comment.