mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-08 12:22:55 +00:00
fix: use orbis strings for now since they have IDS_CONTENT_RESTRICTION
This commit is contained in:
parent
1eac848d3d
commit
ef4c61c6df
|
|
@ -19,7 +19,7 @@
|
|||
#include "../../Minecraft.World/Vec3.h"
|
||||
#include "../../Minecraft.World/Level.h"
|
||||
#include "../../Minecraft.World/net.minecraft.world.level.tile.h"
|
||||
#include "../../Minecraft.Client/Windows64Media/strings.h"
|
||||
#include "../../Minecraft.Client/OrbisMedia/strings.h"
|
||||
|
||||
#include "../ClientConnection.h"
|
||||
#include "../User.h"
|
||||
|
|
|
|||
|
|
@ -297,7 +297,7 @@ typedef XUID GameSessionUID;
|
|||
#elif defined __linux__
|
||||
// FIXME: Make Linux/ versions of all of these
|
||||
// #include "Windows64/Sentient/MinecraftTelemetry.h" // conflicts with Common/Telemetry/TelemetryManager.h, no idea whats up with that
|
||||
#include "Windows64Media/strings.h"
|
||||
#include "OrbisMedia/strings.h" // using Orbis or Vita strings because IDS_CONTENT_RESTRICTION exists
|
||||
#include "Windows64/Windows64_App.h"
|
||||
#include "Windows64/Sentient/DynamicConfigurations.h"
|
||||
#include "Windows64/Sentient/SentientTelemetryCommon.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue