fix(core): Fixes OPL with stale header (#651)

- [X] FIxes stale header/header args

Closes #650 
Closes #607
This commit is contained in:
Kamron Batman 2021-06-11 23:44:05 -07:00 committed by GitHub
parent 510d2e006b
commit 61c49b8faa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 11 deletions

View file

@ -58,6 +58,8 @@ namespace Server
_position = 15;
_hash = 0;
_strings = 0;
Header = 0;
HeaderArgs = null;
}
public void Flush()