Compare commits

..

No commits in common. "c7b24ad395960cae3f4f5755a6d42b847d1a8458" and "cd6ec3e29411d9b090fa9fb05fa3369d2683bc38" have entirely different histories.

1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ public abstract class ServerPlayerEntityMixin implements ServerPlayerEntityInter
} else {
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"))