Skip to content

Commit

Permalink
add support for 64 bit tModLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln authored Mar 29, 2022
1 parent c9b93f7 commit 9570373
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public TModLoader() : base(new LightEventConfig
Name = "TModLoader",
ID = "tmodloader",
AppID = "1281930",
ProcessNames = new[] { "tModLoader.exe" },
ProcessNames = new[] { "tModLoader.exe", "tModLoader64bit.exe" },
ProfileType = typeof(TModLoaderProfile),
OverviewControlType = typeof(Control_TModLoader),
GameStateType = typeof(GSI.GameState_TModLoader),
Expand Down

0 comments on commit 9570373

Please sign in to comment.