remove incorrectly added key

This commit is contained in:
mcendu 2020-06-12 23:11:50 +08:00
parent 7def6a9181
commit c6e087b994
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}