fix: Simplifies expansion checks (#994)
This commit is contained in:
parent
f91ebe8183
commit
de0bf03f46
3 changed files with 26 additions and 26 deletions
|
|
@ -149,7 +149,6 @@ public static class OutgoingAccountPackets
|
|||
if (ns.Account.Limit >= 6)
|
||||
{
|
||||
flags |= FeatureFlags.LiveAccount;
|
||||
flags &= ~FeatureFlags.UOTD;
|
||||
|
||||
if (ns.Account.Limit > 6)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue