mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-30 23:15:32 +01:00 
			
		
		
		
	Monoblocks: optimize blocks that contain a single type of node (#16293)
Reduces memory usage on the server, especially with many user and/or large viewing distances. Currently disabled on the client due to known data races on a block's data.
This commit is contained in:
		| @@ -61,4 +61,5 @@ public: | ||||
| 	virtual bool sendModChannelMessage(const std::string &channel, | ||||
| 		const std::string &message) = 0; | ||||
| 	virtual ModChannel *getModChannel(const std::string &channel) = 0; | ||||
| 	virtual bool isClient() = 0; | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user