Optimize usage of TOSERVER_GOTBLOCKS packet
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user