Skip to content

Commit

Permalink
shortcuts: fix issue where jak 2 shortcut was saving with jak 1's ID (#9
Browse files Browse the repository at this point in the history
)
  • Loading branch information
xTVaser authored Dec 2, 2023
1 parent b27e049 commit 5390f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ async def create_shortcut(self, owner_id, game):
)
% 1_000_000_000
) * -1
d["shortcuts"]["opengoal-jak1"] = {
d["shortcuts"]["opengoal-jak2"] = {
"appid": app_id,
"AppName": "OpenGOAL - Jak 2",
"Exe": os.path.join(
Expand Down

0 comments on commit 5390f12

Please sign in to comment.