diff options
author | onefang | 2019-07-30 01:13:42 +1000 |
---|---|---|
committer | onefang | 2019-07-30 01:13:42 +1000 |
commit | a239b8b23dabe8800a8f34f555f25239e01e1c6b (patch) | |
tree | 749c291b9bb844ddc7cbf7772216a4c31058846f /OpenSim/Region/OptionalModules | |
parent | A few typoes slipped through. (diff) | |
download | opensim-SC_OLD-a239b8b23dabe8800a8f34f555f25239e01e1c6b.zip opensim-SC_OLD-a239b8b23dabe8800a8f34f555f25239e01e1c6b.tar.gz opensim-SC_OLD-a239b8b23dabe8800a8f34f555f25239e01e1c6b.tar.bz2 opensim-SC_OLD-a239b8b23dabe8800a8f34f555f25239e01e1c6b.tar.xz |
Move from IG to SC flavour.
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs b/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs index 4c70a27..b003e1f 100644 --- a/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs +++ b/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs | |||
@@ -573,8 +573,8 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule | |||
573 | /// <returns></returns> | 573 | /// <returns></returns> |
574 | private int GetFundsForAgentID(UUID AgentID) | 574 | private int GetFundsForAgentID(UUID AgentID) |
575 | { | 575 | { |
576 | int returnfunds = 90101; // Set it to the OpenSim version, plus the IG build number. Muahahaha; | 576 | int returnfunds = 90101; // Set it to the OpenSim version, plus the SC build number. Muahahaha; |
577 | 577 | ||
578 | return returnfunds; | 578 | return returnfunds; |
579 | } | 579 | } |
580 | 580 | ||