mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Optimize usage of TOSERVER_GOTBLOCKS packet
This commit is contained in:
parent
4d7f296717
commit
19426387d4
2 changed files with 18 additions and 10 deletions
|
@ -465,7 +465,7 @@ private:
|
|||
void promptConfirmRegistration(AuthMechanism chosen_auth_mechanism);
|
||||
void startAuth(AuthMechanism chosen_auth_mechanism);
|
||||
void sendDeletedBlocks(std::vector<v3s16> &blocks);
|
||||
void sendGotBlocks(v3s16 block);
|
||||
void sendGotBlocks(const std::vector<v3s16> &blocks);
|
||||
void sendRemovedSounds(std::vector<s32> &soundList);
|
||||
|
||||
// Helper function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue