Merge pull request 'Version number changed' (#17) from multi-sleep into main
Reviewed-on: #17
This commit is contained in:
commit
c7b24ad395
|
@ -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