diff options
| author | untodesu <kirill@untode.su> | 2025-03-22 15:08:17 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-03-22 15:08:17 +0500 |
| commit | e34a973f647bc6b7814ad1f3e837689f8478b84a (patch) | |
| tree | 7c8cb1702c16eb68e7acf942d46633a3833bba00 /game/shared/voxel_registry.cc | |
| parent | d8f0fcb101c21b3c4d746d20da6e56e7591006e4 (diff) | |
| download | voxelius-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 'game/shared/voxel_registry.cc')
| -rw-r--r-- | game/shared/voxel_registry.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
