summaryrefslogtreecommitdiff
path: root/src/clientiface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientiface.h')
-rw-r--r--src/clientiface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/clientiface.h b/src/clientiface.h
index a7cbc0107..291ccd401 100644
--- a/src/clientiface.h
+++ b/src/clientiface.h
@@ -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();