1
0
Fork 0

Fix warning message when terrasync is not available.

This commit is contained in:
ThorstenB 2012-11-11 15:02:12 +01:00
parent 37bcf878c7
commit 78ca4facfd

View file

@ -444,7 +444,7 @@
<nasal> <nasal>
<open><![CDATA[ <open><![CDATA[
var msg = ""; var msg = "";
if (getprop("/sim/terrasync/built-in-svn-available",0)) if (getprop("/sim/terrasync/built-in-svn-available") == 0)
{ {
msg = "Sorry, this binary was built without support to download scenery."; msg = "Sorry, this binary was built without support to download scenery.";
setprop("/sim/terrasync/enabled", 0); setprop("/sim/terrasync/enabled", 0);