diff options
author | Homer Horwitz | 2009-04-19 18:30:02 +0000 |
---|---|---|
committer | Homer Horwitz | 2009-04-19 18:30:02 +0000 |
commit | 5200a849f6f386bf46bafd1dd538e21f5ff428c2 (patch) | |
tree | bba60dbd021ae3fed0f0f76abb0c4de31c710fed /OpenSim/Framework | |
parent | Thank you kindly, MPallari, for a patch that: (diff) | |
download | opensim-SC_OLD-5200a849f6f386bf46bafd1dd538e21f5ff428c2.zip opensim-SC_OLD-5200a849f6f386bf46bafd1dd538e21f5ff428c2.tar.gz opensim-SC_OLD-5200a849f6f386bf46bafd1dd538e21f5ff428c2.tar.bz2 opensim-SC_OLD-5200a849f6f386bf46bafd1dd538e21f5ff428c2.tar.xz |
Reverting r9224. We don't have scripts in the SL sense (with binary and state).
Using this identifier prevents "our" scripts from working.
Reopens Mantis #3482, I'm afraid.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/TaskInventoryItem.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/TaskInventoryItem.cs b/OpenSim/Framework/TaskInventoryItem.cs index 279c87f..43d28e7 100644 --- a/OpenSim/Framework/TaskInventoryItem.cs +++ b/OpenSim/Framework/TaskInventoryItem.cs | |||
@@ -55,7 +55,7 @@ namespace OpenSim.Framework | |||
55 | "notecard", | 55 | "notecard", |
56 | String.Empty, | 56 | String.Empty, |
57 | String.Empty, | 57 | String.Empty, |
58 | "script", | 58 | "lsl_text", |
59 | String.Empty, | 59 | String.Empty, |
60 | String.Empty, | 60 | String.Empty, |
61 | "bodypart", | 61 | "bodypart", |