This commit is contained in:
embeddedt 2024-02-26 16:27:24 -05:00
parent feaf363fd8
commit 51c31bf0b8
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -2,7 +2,6 @@ package org.embeddedt.modernfix.common.mixin.feature.remove_chat_signing;
import net.minecraft.client.multiplayer.ProfileKeyPairManager;
import org.embeddedt.modernfix.annotation.ClientOnlyMixin;
import org.embeddedt.modernfix.core.config.Option;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Overwrite;