fix: Fixes wrong amount cleared for mobiles (#1092)

This commit is contained in:
Kamron Batman 2022-06-26 17:12:42 -07:00 committed by GitHub
parent 8d3aaaeb2a
commit 5343260895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -336,7 +336,7 @@ public static class OutgoingAccountPackets
if (m == null)
{
writer.Clear(30);
writer.Clear(60);
}
else
{