Skip to content

Commit

Permalink
fix er
Browse files Browse the repository at this point in the history
  • Loading branch information
noxifoxi committed Dec 12, 2021
1 parent 6c0ea45 commit 4827487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/speedsouls/organizer/games/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public enum Game
DARK_SOULS_II("Dark Souls II", "DS2", "DARKSII0000.sl2"),
DARK_SOULS_II_SOTFS("Dark Souls II: SotFS", "DS2SOTFS", "DS2SOFS0000.sl2"),
DARK_SOULS_III("Dark Souls III", "DS3", "DS30000.sl2"),
SEKIRO_SHADOWS_DIE_TWICE("Sekiro: Shadows Die Twice", "SSDT", "S0000.sl2");
SEKIRO_SHADOWS_DIE_TWICE("Sekiro: Shadows Die Twice", "SSDT", "S0000.sl2"),
ELDEN_RING("ELDEN RING", "ER", "ER0000.sl2");

private String caption;
Expand Down

0 comments on commit 4827487

Please sign in to comment.