Fix an alone if to be with a missing else
[oweals/minetest.git] / src / clientiface.h
index a7cbc01071d56aac0244e5a21488698d2db3ca37..291ccd4016f096c6d61c93355774a299ffbac756 100644 (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();