remove includes for server

This commit is contained in:
2026-07-19 01:04:34 +03:00
parent 444e826d1b
commit f7ad5acd33

View File

@@ -92,10 +92,14 @@
#include "../network/command/CommandServer.h" #include "../network/command/CommandServer.h"
#include "gamemode/CreatorMode.h" #include "gamemode/CreatorMode.h"
#ifndef STANDALONE_SERVER
#include "../world/level/GrassColor.h" #include "../world/level/GrassColor.h"
#include "renderer/LevelRenderer.h" #include "renderer/LevelRenderer.h"
#include "particle/ParticleEngine.h" #include "particle/ParticleEngine.h"
#endif
#include "../world/level/Level.h" #include "../world/level/Level.h"
static void checkGlError(const char* tag) { static void checkGlError(const char* tag) {
#ifdef GLDEBUG #ifdef GLDEBUG
while (1) { while (1) {