fix capes

This commit is contained in:
Bella 2019-12-14 22:06:55 -05:00
parent 82b2bfd04f
commit 703b727112
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ package me.zeroeightsix.kami.mixin.client;
import me.zeroeightsix.kami.KamiMod;
import me.zeroeightsix.kami.event.events.GuiScreenEvent;
import me.zeroeightsix.kami.module.modules.bewwawho.capes.Capes;
import me.zeroeightsix.kami.util.Wrapper;
import net.minecraft.client.Minecraft;
import net.minecraft.client.audio.SoundHandler;
@ -108,7 +109,7 @@ public class MixinMinecraft {
@Inject(method = "init", at = @At(value = "FIELD", target = "Lnet/minecraft/client/Minecraft;ingameGUI:Lnet/minecraft/client/gui/GuiIngame;", shift = At.Shift.AFTER))
public void startCapes(CallbackInfo ci) {
System.out.println("Loaded capes");
// new Capes(); // TODO: Fix capes.
new Capes();
}
private void save() {