summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-03-22 15:08:17 +0500
committeruntodesu <kirill@untode.su>2025-03-22 15:08:17 +0500
commite34a973f647bc6b7814ad1f3e837689f8478b84a (patch)
tree7c8cb1702c16eb68e7acf942d46633a3833bba00 /data
parentd8f0fcb101c21b3c4d746d20da6e56e7591006e4 (diff)
downloadvoxelius-e34a973f647bc6b7814ad1f3e837689f8478b84a.tar.bz2
voxelius-e34a973f647bc6b7814ad1f3e837689f8478b84a.zip
A bunch of pre-release fixes
- Updated localization for protocol messages - Added item registry check into server-side - Slightly improved how features are stored
Diffstat (limited to 'data')
-rw-r--r--data/lang/lang.en_US.json2
1 files changed, 2 insertions, 0 deletions
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"
}