fix: Fixes wrong amount cleared for mobiles (#1092)
This commit is contained in:
parent
8d3aaaeb2a
commit
5343260895
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ public static class OutgoingAccountPackets
|
|||
|
||||
if (m == null)
|
||||
{
|
||||
writer.Clear(30);
|
||||
writer.Clear(60);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue