rourke750 / Seline-Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delete roads that are from old paths

rourke750 opened this issue · comments

when new paths are formed old roads are still present, modify the method to delete the old roads

Can keep track of roads most traveled and if they aren't delete

Keep track of all roads from the construction methods. Then I can keep in heap and update it every x amount of time. Then repair list will only repair roads in that list and other structures from find struct.

When each construction method runs have it add its own to heap, then I don't need an additional thread