We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RUN_FROM_IDE
1 parent 0321acc commit e761eb4Copy full SHA for e761eb4
scripts/control_http/control_http.gml
@@ -2,7 +2,7 @@ function control_http() {
2
// control_http()
3
// Handles the check for updates, then attempts to download it if one is available
4
5
- if (RUN_FROM_IDE == 1 && check_update) {
+ if (check_update) {
6
check_updates()
7
get_update()
8
}
0 commit comments