mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix client.h getting included on the server build
This commit is contained in:
@@ -19,7 +19,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
|
|
||||||
#include "mapsector.h"
|
#include "mapsector.h"
|
||||||
#include "jmutexautolock.h"
|
#include "jmutexautolock.h"
|
||||||
|
#ifndef SERVER
|
||||||
#include "client.h"
|
#include "client.h"
|
||||||
|
#endif
|
||||||
#include "exceptions.h"
|
#include "exceptions.h"
|
||||||
#include "mapblock.h"
|
#include "mapblock.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user