settings almost fixed

This commit is contained in:
InviseDivine
2026-03-13 15:57:16 +02:00
parent 37e28d0fcc
commit 6f7812293e
4 changed files with 11 additions and 5 deletions

View File

@@ -10,7 +10,6 @@
#if defined(RPI)
#define CREATORMODE
#endif
#include "../network/RakNetInstance.h"
#include "../network/ClientSideNetworkHandler.h"
#include "../network/ServerSideNetworkHandler.h"
@@ -113,7 +112,7 @@ static void checkGlError(const char* tag) {
}
#endif /*GLDEBUG*/
}
#include <fstream>
/*static*/
const char* Minecraft::progressMessages[] = {
"Locating server",
@@ -1128,6 +1127,7 @@ void Minecraft::init()
{
options.minecraft = this;
options.initDefaultValues();
#ifndef STANDALONE_SERVER
checkGlError("Init enter");