diff options
author | Justin Clarke Casey | 2008-09-12 20:42:04 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-12 20:42:04 +0000 |
commit | 62d1eba3b2cf1ff9e43e64a22d27b1ee73e6c2c6 (patch) | |
tree | d2c900cdedcbe7be61f0aa82388314abf8e50df3 /OpenSim/Region/Examples | |
parent | * Add userstore sql upgrade I carelessly forgot to check in a couple of revis... (diff) | |
download | opensim-SC_OLD-62d1eba3b2cf1ff9e43e64a22d27b1ee73e6c2c6.zip opensim-SC_OLD-62d1eba3b2cf1ff9e43e64a22d27b1ee73e6c2c6.tar.gz opensim-SC_OLD-62d1eba3b2cf1ff9e43e64a22d27b1ee73e6c2c6.tar.bz2 opensim-SC_OLD-62d1eba3b2cf1ff9e43e64a22d27b1ee73e6c2c6.tar.xz |
* Patch http://opensimulator.org/mantis/view.php?id=2167
* Force ClickAction persistence even if other object properties are not edited
* Thanks nlin!
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index c42eaeb..623325e 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -106,6 +106,7 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
106 | public event ObjectSelect OnObjectSelect; | 106 | public event ObjectSelect OnObjectSelect; |
107 | public event GenericCall7 OnObjectDescription; | 107 | public event GenericCall7 OnObjectDescription; |
108 | public event GenericCall7 OnObjectName; | 108 | public event GenericCall7 OnObjectName; |
109 | public event GenericCall7 OnObjectClickAction; | ||
109 | public event UpdatePrimFlags OnUpdatePrimFlags; | 110 | public event UpdatePrimFlags OnUpdatePrimFlags; |
110 | public event UpdatePrimTexture OnUpdatePrimTexture; | 111 | public event UpdatePrimTexture OnUpdatePrimTexture; |
111 | public event UpdateVector OnUpdatePrimGroupPosition; | 112 | public event UpdateVector OnUpdatePrimGroupPosition; |