Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
Update for new segment limit in patch 1.2.2-f2
Browse files Browse the repository at this point in the history
  • Loading branch information
iMarbot committed Dec 4, 2015
1 parent f08449b commit 1da5a7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Skylines-Traffic-Manager 1.1.1
# Skylines-Traffic-Manager Plus 1.2.0
A WIP mod for Cities: Skylines to add additional road traffic control

# Changelog
- Fixed PathManager problems caused from the first refactor pass
- Updated for 1.2.2-f2 game patch.

# Current features

Expand Down
2 changes: 1 addition & 1 deletion TLM/TLM/SerializableDataExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public override void OnSaveData()
Log.Message("Saving Mod Data.");
var configuration = new Configuration();

for (var i = 0; i < 32768; i++)
for (var i = 0; i < 36864; i++)
{
if (TrafficPriority.PrioritySegments != null)
{
Expand Down

0 comments on commit 1da5a7e

Please sign in to comment.