Merge pull request 'Version number changed' (#17) from multi-sleep into main

Reviewed-on: #17
This commit is contained in:
Malte 2024-03-13 23:30:23 +01:00
commit c7b24ad395
1 changed files with 0 additions and 1 deletions

View File

@ -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"))