mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 11:24:00 +00:00
Added character fragments
To address the issue where RspLogin was becoming too large to allow logins, I changed the system to send a portion of the information via NtfSyncPlayer.
This commit is contained in:
@@ -28,6 +28,7 @@ public class SuppliesExcel : ExcelResource
|
||||
public override void Loaded()
|
||||
{
|
||||
GameData.SuppliesData[GetId()] = this;
|
||||
GameData.AllSuppliesData.Add(this);
|
||||
}
|
||||
|
||||
private static int ReadInt(JToken? token)
|
||||
|
||||
Reference in New Issue
Block a user