Added conversion to fix incorrect phone contacts data, fixed being unable to call people, fixed crash when writing a Battle Facility PBS file

This commit is contained in:
Maruno17
2021-05-07 21:09:22 +01:00
parent 5618607afa
commit 43eddaa5da
8 changed files with 38 additions and 21 deletions

View File

@@ -667,7 +667,7 @@ module PluginManager
# collect garbage
GC.start
echoln ' done.'
echoln ""
echoln ''
end
#-----------------------------------------------------------------------------
# Check if plugins need compiling
@@ -705,7 +705,7 @@ module PluginManager
end
end
end
echoln "" if !echoed_plugins.empty?
echoln '' if !echoed_plugins.empty?
end
#-----------------------------------------------------------------------------
end