mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-05-07 13:54:01 +08:00
disable store data parsing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user