Skip to content

Commit 5acbcf0

Browse files
authored
Fix wrong month in version selection (#30)
1 parent 3e60c79 commit 5acbcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hitman 3/hitman3.asl

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ init
4545

4646
// MMS as a workaround to the Game Pass not working (#4)
4747
switch (mms) {
48-
case "4A68000": version = "Epic August 2023"; break;
48+
case "4A68000": version = "Epic October 2023"; break;
4949
case "4A71000": version = "Steam August 2023"; break;
5050
case "4ABE000":
5151
version = "Game Pass May 2023";

0 commit comments

Comments
 (0)