Fix embedded assignments for OpenSim in AVselect/root-security

This commit is contained in:
Sei Lisa 2017-08-29 12:55:26 +02:00 committed by Sei-Lisa
parent 29ec5d7dd1
commit d8069cd1a9
2 changed files with 2 additions and 2 deletions

View file

@ -241,7 +241,7 @@ default
}
}
}
notecard_query = llGetNotecardLine(notecard_name, variable1 += 1);
notecard_query = llGetNotecardLine(notecard_name, (variable1 += 1));
}
}
}