leftClickCounter shadow appears to be unneeded
This commit is contained in:
parent
b55d96169f
commit
25bebdc172
@ -49,8 +49,6 @@ import org.spongepowered.asm.mixin.injection.callback.LocalCapture;
|
|||||||
@Mixin(Minecraft.class)
|
@Mixin(Minecraft.class)
|
||||||
public class MixinMinecraft {
|
public class MixinMinecraft {
|
||||||
|
|
||||||
@Shadow
|
|
||||||
private int leftClickCounter;
|
|
||||||
@Shadow
|
@Shadow
|
||||||
public EntityPlayerSP player;
|
public EntityPlayerSP player;
|
||||||
@Shadow
|
@Shadow
|
||||||
|
Loading…
Reference in New Issue
Block a user