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:
parent
b592c52f1c
commit
6036f865cb
4 changed files with 17 additions and 20 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue