You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt::format("This playlist file was created using {}. ***__YOU REALLY SHOULD NOT BE SHARING THIS FILE WITH OTHERS__***, but if you have to, only share this file with other MLR users on {}.", platform, platform);
if (geode::utils::string::endsWith(toWriteToFileFinal, " [MLR] #") && SongManager::get().getSawbladeCustomSongsFolder()) {
711
-
toWriteToFileFinal = geode::utils::string::replace(toWriteToFileFinal, " [MLR] #", " (Note: This was added to this file while using a non-vanilla custom songs folder location.) [MLR] #");
if (geode::utils::string::endsWith(toWriteToFile, " [MLR] #") && SongManager::get().getSawbladeCustomSongsFolder()) {
712
+
fileOutput << std::endl << geode::utils::string::replace(toWriteToFile, " [MLR] #", " (Note: This was added to this file while using a non-vanilla custom songs folder location.) [MLR] #");
0 commit comments