Skip to content

Commit

Permalink
Update MixinServerPlayerEntity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
pog5 authored Jul 8, 2023
1 parent 1c21c4f commit 482f0c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;

@Mixin(ServerPlayerEntity.class)
public abstract class MixinServerPlayerEntity implements LeashImpl extends PlayerEntityMixin {
public abstract class MixinServerPlayerEntity extends PlayerEntityMixin implements LeashImpl {
private final ServerPlayerEntity leashplayers$self = (ServerPlayerEntity) (Object) this;
private final LeashSettings leashplayers$settings = LeashPlayers.getSettings(this.getworld());

Expand Down

0 comments on commit 482f0c9

Please sign in to comment.