disable store data parsing

This commit is contained in:
HolographicHat
2026-04-16 03:46:57 +00:00
parent 818ae25398
commit 5eb29e61ce

View File

@@ -21,7 +21,7 @@ public sealed class PlayerStoreNotify {
public static bool OnReceive(BinaryReader reader) {
var bytes = reader.ReadBytes();
Instance.ParseFrom(bytes);
//Instance.ParseFrom(bytes);
return true;
}