Undid caching of map_connections.dat as it was already cached

This commit is contained in:
Maruno17
2021-02-26 23:15:54 +00:00
parent b281734312
commit 5963f0fd07
4 changed files with 2 additions and 16 deletions

View File

@@ -69,7 +69,7 @@ module Compiler
end
def write_connections
conndata = pbLoadMapConnections
conndata = load_data("Data/map_connections.dat")
return if !conndata
mapinfos = pbLoadMapInfos
File.open("PBS/connections.txt","wb") { |f|