We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c9545 commit b9cd717Copy full SHA for b9cd717
Intersect.Server.Core/Entities/Player.cs
@@ -1381,7 +1381,7 @@ public void GiveExperience(long amount)
1381
1382
public void TakeExperience(long amount, bool enableLosingLevels = false, bool force = false)
1383
{
1384
- if (!force || (Options.Instance.Map.DisableExpLossInArenaMaps && Map.ZoneType == MapZone.Arena))
+ if (!force && Options.Instance.Map.DisableExpLossInArenaMaps && Map.ZoneType == MapZone.Arena)
1385
1386
return;
1387
}
0 commit comments