Compare commits
2 Commits
cd6ec3e294
...
c7b24ad395
Author | SHA1 | Date |
---|---|---|
Malte | c7b24ad395 | |
Malte Reents | 92fa6af3a0 |
|
@ -41,7 +41,6 @@ public abstract class ServerPlayerEntityMixin implements ServerPlayerEntityInter
|
||||||
} else {
|
} else {
|
||||||
REServerMod.LOGGER.info("write failed! This probably means, that the player hasn't set a custom spanpoint yet");
|
REServerMod.LOGGER.info("write failed! This probably means, that the player hasn't set a custom spanpoint yet");
|
||||||
}
|
}
|
||||||
//REServerMod.LOGGER.info("writeCustomDataToNbt called");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Inject(method = "readCustomDataFromNbt", at = @At("TAIL"))
|
@Inject(method = "readCustomDataFromNbt", at = @At("TAIL"))
|
||||||
|
|
Loading…
Reference in New Issue