mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
new-style rats are now generated in the map
This commit is contained in:
@@ -78,6 +78,10 @@ class InventoryItem;
|
||||
class ServerActiveObject : public ActiveObject
|
||||
{
|
||||
public:
|
||||
/*
|
||||
NOTE: m_env can be NULL, but step() isn't called if it is.
|
||||
Prototypes are used that way.
|
||||
*/
|
||||
ServerActiveObject(ServerEnvironment *env, u16 id, v3f pos);
|
||||
virtual ~ServerActiveObject();
|
||||
|
||||
@@ -101,7 +105,7 @@ public:
|
||||
Messages added to messages are sent to client over network.
|
||||
|
||||
send_recommended:
|
||||
True at around 5 times a second, same for all objects.
|
||||
True at around 5-10 times a second, same for all objects.
|
||||
This is used to let objects send most of the data at the
|
||||
same time so that the data can be combined in a single
|
||||
packet.
|
||||
|
Reference in New Issue
Block a user