ProjectUtopia / Utopia-317

Main repository for the Utopia 317 Server and Client
0 stars 1 forks source link

Title music doesn't fade out. #13

Open Jake-Arnold opened 10 years ago

Jake-Arnold commented 10 years ago
    //Will stop the title music on login. Need to add fadeout.
                SignLink.sequencer.stop();
                SignLink.sequencer.close();

Is currently used to stop it.

CLIENT PACKAGE -> Client.java -> Line 6433 is where it is located.

Jake-Arnold commented 10 years ago

Title music doesn't actually play now after adding the cache downloader.