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 --- game/shared/voxel_registry.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/shared/voxel_registry.cc') diff --git a/game/shared/voxel_registry.cc b/game/shared/voxel_registry.cc index dea7179..ce6ee7f 100644 --- a/game/shared/voxel_registry.cc +++ b/game/shared/voxel_registry.cc @@ -169,7 +169,7 @@ void voxel_registry::purge(void) voxel_registry::voxels.clear(); } -std::uint64_t voxel_registry::checksum(void) +std::uint64_t voxel_registry::calcualte_checksum(void) { std::uint64_t result = 0; -- cgit