1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-12 16:58:39 +00:00

Drop less performant Server::setBlockNotSent for ClientInterface::markBlockposAsNotSent

This commit is contained in:
Loic Blot 2018-03-08 22:58:43 +01:00 committed by Loïc Blot
parent b592c52f1c
commit 6036f865cb
4 changed files with 17 additions and 20 deletions

View file

@ -431,6 +431,9 @@ public:
/* get list of active client id's */
std::vector<session_t> getClientIDs(ClientState min_state=CS_Active);
/* mark block as not sent to active client sessions */
void markBlockposAsNotSent(const v3s16 &pos);
/* verify is server user limit was reached */
bool isUserLimitReached();