Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Update fields.lua
Browse files Browse the repository at this point in the history
Increase max number of CustomFields
  • Loading branch information
Tensuko authored Jan 2, 2021
1 parent fb4a7dc commit ea86c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fields.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function courseplay.fields:setup()
self.curFieldScanIndex = 0;
self.allFieldsScanned = false;
self.ingameDataSetUp = false;
self.customFieldMaxNum = 200;
self.customFieldMaxNum = 250;
self.automaticScan = true;
self.onlyScanOwnedFields = true;
self.debugScannedFields = false;
Expand Down Expand Up @@ -624,4 +624,4 @@ function courseplay.fields:getClosestDistanceToFieldEdge(fieldNum, x, z)
end
end
return closestDistance
end
end

0 comments on commit ea86c6f

Please sign in to comment.