Core/Networking: Fixes disconnect when trying to send packets larger then 0x400.

This commit is contained in:
hondacrx
2021-03-05 14:18:10 -05:00
parent c79f91521e
commit eca32de055
3 changed files with 12 additions and 12 deletions
-1
View File
@@ -727,7 +727,6 @@ namespace Game.DataStorage
continue;
}
}
HotfixRecord hotfixRecord = new HotfixRecord();
hotfixRecord.TableHash = tableHash;