fix ColourSign not having a category

This commit is contained in:
Jess H 2024-06-20 02:19:14 +01:00 committed by TudbuT
parent ea62001d41
commit 8c1179b09e
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -2,10 +2,12 @@ package de.com.baseband.client.feature.modules.ingame;
import de.com.baseband.client.event.events.PacketEvent;
import de.com.baseband.client.feature.Feature;
import de.com.baseband.client.feature.category.Ingame;
import de.com.baseband.client.mixin.mixins.ICPacketUpdateSign;
import de.com.baseband.client.registry.annotation.Config;
import net.minecraft.network.play.client.CPacketUpdateSign;
@Ingame
public class ColourSign extends Feature {
@Override
public String toString() {