diff options
author | onefang | 2021-09-06 20:55:46 +1000 |
---|---|---|
committer | onefang | 2021-09-06 20:55:46 +1000 |
commit | 3c4e30019efaa9519c85b909163071b097ceaf59 (patch) | |
tree | 7dcd308b55b675d5a07dbe04e80fd5c2d497eef8 | |
parent | Oops, left this out of the last commit. (diff) | |
download | 1ring-3c4e30019efaa9519c85b909163071b097ceaf59.zip 1ring-3c4e30019efaa9519c85b909163071b097ceaf59.tar.gz 1ring-3c4e30019efaa9519c85b909163071b097ceaf59.tar.bz2 1ring-3c4e30019efaa9519c85b909163071b097ceaf59.tar.xz |
Oops, left this out of the OhSilly sit commit.
-rw-r--r-- | 1AOor2.lsl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ integer lMENU = -21; | |||
57 | 57 | ||
58 | // OhSillyThreat detector | 58 | // OhSillyThreat detector |
59 | integer doAnim = TRUE; | 59 | integer doAnim = TRUE; |
60 | integer doSit = FALSE; | 60 | integer doSit = TRUE; |
61 | integer doSpeed = TRUE; | 61 | integer doSpeed = TRUE; |
62 | 62 | ||
63 | d(string m) {if (DEBUG) llInstantMessage(Owner, llGetScriptName() + ": " + m);} | 63 | d(string m) {if (DEBUG) llInstantMessage(Owner, llGetScriptName() + ": " + m);} |