From e34a973f647bc6b7814ad1f3e837689f8478b84a Mon Sep 17 00:00:00 2001 From: untodesu Date: Sat, 22 Mar 2025 15:08:17 +0500 Subject: A bunch of pre-release fixes - Updated localization for protocol messages - Added item registry check into server-side - Slightly improved how features are stored --- data/lang/lang.en_US.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') diff --git a/data/lang/lang.en_US.json b/data/lang/lang.en_US.json index d4ebca2..17e05df 100644 --- a/data/lang/lang.en_US.json +++ b/data/lang/lang.en_US.json @@ -141,11 +141,13 @@ "protocol.client_disconnect": "Client disconnect", "protocol.client_shutdown": "Client shutdown", "protocol.entity_id_desync": "Entity ID desync", + "protocol.item_registry_checksum": "Item registry checksum mismatch", "protocol.not_whitelisted": "Not whitelisted", "protocol.outdated_client": "Outdated client", "protocol.outdated_server": "Outdated server", "protocol.password_incorrect": "Incorrect password", "protocol.server_full": "Server is full", + "protocol.server_shutdown": "Server stopped", "protocol.username_taken": "Username is taken", "protocol.voxel_registry_checksum": "Voxel registry checksum mismatch" } -- cgit