This commit is contained in:
2025-12-13 17:11:00 +01:00
parent 6e16be8646
commit c6c60a7e07
4 changed files with 36 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using KCM.StateManagement.Observers;
using static KCM.Main;
namespace KCM.Packets.Lobby
@@ -41,6 +42,8 @@ namespace KCM.Packets.Lobby
loadingSave = true;
received = 0;
StateObserver.ClearAll();
saveData = new byte[saveSize];
chunksReceived = new bool[totalChunks];