diff options
author | Melanie | 2013-01-24 18:23:39 +0100 |
---|---|---|
committer | Melanie | 2013-01-24 18:23:39 +0100 |
commit | e785242c49dc5ff9fb64e26086d554a127415dde (patch) | |
tree | 2bcd9aee6ff24274ffa2ef51f3b5c7a5975a9dca /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | Null check the response body to make sure we're not crashing the script engine (diff) | |
download | opensim-SC-e785242c49dc5ff9fb64e26086d554a127415dde.zip opensim-SC-e785242c49dc5ff9fb64e26086d554a127415dde.tar.gz opensim-SC-e785242c49dc5ff9fb64e26086d554a127415dde.tar.bz2 opensim-SC-e785242c49dc5ff9fb64e26086d554a127415dde.tar.xz |
Reintroduce the return value of llGiveMoney. The grid will crash and burn without it.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs index 8eeb4d2..9bf6f9b 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | |||
@@ -208,7 +208,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
208 | LSL_Float llGetWallclock(); | 208 | LSL_Float llGetWallclock(); |
209 | void llGiveInventory(string destination, string inventory); | 209 | void llGiveInventory(string destination, string inventory); |
210 | void llGiveInventoryList(string destination, string category, LSL_List inventory); | 210 | void llGiveInventoryList(string destination, string category, LSL_List inventory); |
211 | void llGiveMoney(string destination, int amount); | 211 | LSL_Integer llGiveMoney(string destination, int amount); |
212 | LSL_String llTransferLindenDollars(string destination, int amount); | 212 | LSL_String llTransferLindenDollars(string destination, int amount); |
213 | void llGodLikeRezObject(string inventory, LSL_Vector pos); | 213 | void llGodLikeRezObject(string inventory, LSL_Vector pos); |
214 | LSL_Float llGround(LSL_Vector offset); | 214 | LSL_Float llGround(LSL_Vector offset); |