Include coordinates in self drop confirmation message

This commit is contained in:
Jage9
2026-02-27 02:41:11 -05:00
parent 1508e7e371
commit 6ab3325263

View File

@@ -1794,7 +1794,7 @@ class SignalingServer:
),
exclude=client.websocket,
)
await self._send_item_result(client, True, "drop", f"Dropped {item.title}.", item.id)
await self._send_item_result(client, True, "drop", f"Dropped {item.title} at {item.x}, {item.y}.", item.id)
return
if isinstance(packet, ItemDeletePacket):