ocd
This commit is contained in:
parent
9413ac4a85
commit
e1194a0c4f
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class Treepuncher(MinecraftClient):
|
|||
async def player_rubberband_cb(packet:PacketPosition):
|
||||
self.position = BlockPos(packet.x, packet.y, packet.z)
|
||||
self._logger.info(
|
||||
"Position synchronized : (x:{%.0f},y:{%.0f},z:{%.0f})",
|
||||
"Position synchronized : (x:%.0f,y:%.0f,z:%.0f)",
|
||||
self.position.x, self.position.y, self.position.z
|
||||
)
|
||||
await self.dispatcher.write(
|
||||
|
|
Loading…
Reference in a new issue