mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Add (optional) client-side saving of server map to disk
This commit is contained in:
@@ -46,6 +46,8 @@ class ClientMediaDownloader;
|
||||
struct MapDrawControl;
|
||||
class MtEventManager;
|
||||
struct PointedThing;
|
||||
class Database;
|
||||
class Server;
|
||||
|
||||
struct QueuedMeshUpdate
|
||||
{
|
||||
@@ -555,6 +557,10 @@ private:
|
||||
|
||||
// own state
|
||||
LocalClientState m_state;
|
||||
|
||||
// Used for saving server map to disk client-side
|
||||
Database *localdb;
|
||||
Server *localserver;
|
||||
};
|
||||
|
||||
#endif // !CLIENT_HEADER
|
||||
|
Reference in New Issue
Block a user