Compare commits
No commits in common. "c7b24ad395960cae3f4f5755a6d42b847d1a8458" and "cd6ec3e29411d9b090fa9fb05fa3369d2683bc38" have entirely different histories.
c7b24ad395
...
cd6ec3e294
|
@ -41,6 +41,7 @@ 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