mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-02 20:04:47 +00:00
Minecraft.World: fix a gcc moment
This commit is contained in:
@@ -287,7 +287,11 @@ LevelData *DirectoryLevelStorage::prepareLevel()
|
||||
#ifdef _WINDOWS64
|
||||
app.DebugPrintf(" -- %d\n", playerUid);
|
||||
#else
|
||||
#ifdef __linux__
|
||||
app.DebugPrintf(" -- %ls\n", playerUid);
|
||||
#else
|
||||
app.DebugPrintf(" -- %ls\n", playerUid.toString().c_str());
|
||||
#endif
|
||||
#endif
|
||||
m_playerMappings[playerUid].readMappings(&dis);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user