mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-02-17 08:30:56 -05:00
different jukebox filename
This commit is contained in:
parent
03ca1bbc0d
commit
30b3f7db1e
1 changed files with 2 additions and 2 deletions
|
@ -570,7 +570,7 @@ namespace Rebuilder
|
|||
// Perform music insertion if necessary
|
||||
if (music_injector.ReplaceCount() > 0)
|
||||
{
|
||||
jukebox_output = dir + "/LEGO/Scripts/JUKEBOX.SI";
|
||||
jukebox_output = dir + "/LEGO/Scripts/REJUKEBOX.SI";
|
||||
|
||||
try
|
||||
{
|
||||
|
@ -581,7 +581,7 @@ namespace Rebuilder
|
|||
}
|
||||
catch
|
||||
{
|
||||
jukebox_output = Path.GetTempPath() + "JUKEBOX.SI";
|
||||
jukebox_output = Path.GetTempPath() + "REJUKEBOX.SI";
|
||||
}
|
||||
|
||||
music_injector.Insert(jukebox_output);
|
||||
|
|
Loading…
Reference in a new issue