Compare commits

...

2 Commits

Author SHA1 Message Date
Malte c7b24ad395 Merge pull request 'Version number changed' (#17) from multi-sleep into main
Reviewed-on: #17
2024-03-13 23:30:23 +01:00
Malte Reents 92fa6af3a0 Version number changed
Versionsnummer auf 1.0.3 geändert
2024-03-13 23:30:01 +01:00
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ 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"))