Bug fixes

This commit is contained in:
Ali
2020-10-08 20:20:36 +01:00
parent 8aee2109df
commit 168a07a607
8 changed files with 29 additions and 54 deletions

View File

@@ -3,7 +3,7 @@
@implementation Serialization
- (NSUInteger)currentLayer {
return 120;
return 119;
}
- (id _Nullable)parseMessage:(NSData * _Nullable)data {