Skip to content

Commit 9570373

Browse files
authored
add support for 64 bit tModLoader
1 parent c9b93f7 commit 9570373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Project-Aurora/Project-Aurora/Profiles/TModLoader/TModLoaderApplication.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public TModLoader() : base(new LightEventConfig
1212
Name = "TModLoader",
1313
ID = "tmodloader",
1414
AppID = "1281930",
15-
ProcessNames = new[] { "tModLoader.exe" },
15+
ProcessNames = new[] { "tModLoader.exe", "tModLoader64bit.exe" },
1616
ProfileType = typeof(TModLoaderProfile),
1717
OverviewControlType = typeof(Control_TModLoader),
1818
GameStateType = typeof(GSI.GameState_TModLoader),

0 commit comments

Comments
 (0)