more small cleanups

This commit is contained in:
yugecin
2018-10-23 02:07:54 +02:00
parent 2ae438ced2
commit f92270fa22
2 changed files with 2 additions and 4 deletions

View File

@@ -1485,7 +1485,7 @@ public class Game extends ComplexOpsuState {
super.enter();
File replaydir = new File("d:/Users/Robin/games/osu/osr-stuff-master/furioso/");
File replaydir = new File("d:/Users/Robin/games/osu/osr-stuff-master/xi/");
if (!replaydir.exists()) {
bubNotifs.sendf(Colors.BUB_RED, "replay folder '%s' does not exist", replaydir.getAbsolutePath());
displayContainer.switchStateInstantly(songMenuState);