Skip to content

Commit

Permalink
Fix a setting that missed a setter, doh
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellLVP committed Aug 5, 2020
1 parent a10a90d commit ca375c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pawn/Driver/PawnConfig.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ public OnPawnConfigDataChange(PawnConfigProperty: property, Float: numberValue)
case kAbuseManualSawnoffDamage:
g_abuseManualSawnoffDamage = !!intValue;

case kAbuseMaximumConnectionsPerIP:
g_maximumConnectionsPerIP = intValue;

case kVehiclesDriftingEnabled:
g_driftingEnabled = !!intValue;

Expand Down

0 comments on commit ca375c6

Please sign in to comment.