Skip to content

Commit

Permalink
Fix when we connect to remote server
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand committed Sep 16, 2024
1 parent 2948c50 commit 8dd3a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Sources/Methods/project_BUILD.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ If (Asserted:C1132($project#Null:C1517))
var $keyText : Text
$keyText:=($keyFile.exists) ? $keyFile.getText() : ""

If (Length:C16($keyText)=0)
If (Length:C16($keyText)#0)

// Check server-database structure
$rest:=Rest(New object:C1471(\
Expand Down

0 comments on commit 8dd3a8b

Please sign in to comment.