mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed PBS files not being recovered properly if playing in Debug mode without a PBS folder
This commit is contained in:
@@ -851,6 +851,7 @@ module Compiler
|
|||||||
# If no PBS file, create one and fill it, then recompile
|
# If no PBS file, create one and fill it, then recompile
|
||||||
if !safeIsDirectory?("PBS")
|
if !safeIsDirectory?("PBS")
|
||||||
Dir.mkdir("PBS") rescue nil
|
Dir.mkdir("PBS") rescue nil
|
||||||
|
GameData.load_all
|
||||||
write_all
|
write_all
|
||||||
mustCompile = true
|
mustCompile = true
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user