Skip to content

Commit e8bc6f2

Browse files
committed
Temporarily removing continue in singleplayer
1 parent bcfaf28 commit e8bc6f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/game.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,6 +1837,7 @@ function create_UIBox_win()
18371837
},
18381838
},
18391839
},
1840+
--[[ Removed until it is fixed in a future update
18401841
UIBox_button({
18411842
id = "continue_singpleplayer_button",
18421843
align = "lm",
@@ -1848,7 +1849,7 @@ function create_UIBox_win()
18481849
minh = 1,
18491850
func = 'set_button_pip',
18501851
focus_args = { nav = "wide", button = "y" },
1851-
})
1852+
})]]
18521853
},
18531854
},
18541855
{

0 commit comments

Comments
 (0)