Skip to content

Commit e761eb4

Browse files
committed
Fix RUN_FROM_IDE preventing update check
1 parent 0321acc commit e761eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/control_http/control_http.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ function control_http() {
22
// control_http()
33
// Handles the check for updates, then attempts to download it if one is available
44

5-
if (RUN_FROM_IDE == 1 && check_update) {
5+
if (check_update) {
66
check_updates()
77
get_update()
88
}

0 commit comments

Comments
 (0)