mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-02-02 23:31:36 +01:00
fixed Warning
This commit is contained in:
parent
4bb729137f
commit
d884210a81
@ -24,10 +24,10 @@ import org.spongepowered.asm.mixin.injection.At;
|
||||
import org.spongepowered.asm.mixin.injection.Inject;
|
||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||
|
||||
@Mixin(MovementTracker.class)
|
||||
@Mixin(value = MovementTracker.class, remap = false)
|
||||
public class MixinMovementTracker {
|
||||
|
||||
@Shadow(remap = false)
|
||||
@Shadow
|
||||
private boolean ground;
|
||||
|
||||
@Inject(method = "<init>", at = @At("RETURN"))
|
||||
|
Loading…
Reference in New Issue
Block a user