mirror of https://github.com/ppy/osu
remove incorrectly added key
This commit is contained in:
parent
7def6a9181
commit
c6e087b994
|
@ -115,7 +115,6 @@ private void flushPendingLines()
|
|||
case string _ when pair.Key.StartsWith("NoteImage"):
|
||||
case string _ when pair.Key.StartsWith("KeyImage"):
|
||||
case string _ when pair.Key.StartsWith("Hit"):
|
||||
case "BottomStageImage":
|
||||
currentConfig.ImageLookups[pair.Key] = pair.Value;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue