mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-15 20:11:53 +00:00
fix/saving: Storage implementation, gui fix and file.cpp refactor
This commit is contained in:
@@ -99,7 +99,7 @@ void PendingConnection::sendPreLoginResponse() {
|
||||
std::uint8_t ugcXuidCount = 0;
|
||||
std::uint8_t hostIndex = 0;
|
||||
std::uint8_t ugcFriendsOnlyBits = 0;
|
||||
char szUniqueMapName[14];
|
||||
char szUniqueMapName[256]{};
|
||||
|
||||
StorageManager.GetSaveUniqueFilename(szUniqueMapName);
|
||||
|
||||
@@ -241,4 +241,4 @@ std::wstring PendingConnection::getName() {
|
||||
|
||||
bool PendingConnection::isServerPacketListener() { return true; }
|
||||
|
||||
bool PendingConnection::isDisconnected() { return done; }
|
||||
bool PendingConnection::isDisconnected() { return done; }
|
||||
|
||||
Reference in New Issue
Block a user