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)
|
||||
public class MixinMinecraft {
|
||||
|
||||
@Shadow
|
||||
private int leftClickCounter;
|
||||
@Shadow
|
||||
public EntityPlayerSP player;
|
||||
@Shadow
|
||||
|
Loading…
Reference in New Issue
Block a user