diff options
author | David Walter Seikel | 2013-02-23 07:21:07 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-02-23 07:21:07 +1000 |
commit | ee0d6beaf7c23b1a0135edc02c797c7036b81ff3 (patch) | |
tree | 6fa8811b3d5938277049b8d34e3a99ba2c395e72 /OpenSim/Region | |
parent | MyISAM is much better performing for OpenSim. (diff) | |
download | opensim-SC_OLD-ee0d6beaf7c23b1a0135edc02c797c7036b81ff3.zip opensim-SC_OLD-ee0d6beaf7c23b1a0135edc02c797c7036b81ff3.tar.gz opensim-SC_OLD-ee0d6beaf7c23b1a0135edc02c797c7036b81ff3.tar.bz2 opensim-SC_OLD-ee0d6beaf7c23b1a0135edc02c797c7036b81ff3.tar.xz |
Crude hack for simplified economy.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs b/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs index 7bbf500..0ddd5ff 100644 --- a/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs +++ b/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs | |||
@@ -555,7 +555,7 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule | |||
555 | /// <returns></returns> | 555 | /// <returns></returns> |
556 | private int GetFundsForAgentID(UUID AgentID) | 556 | private int GetFundsForAgentID(UUID AgentID) |
557 | { | 557 | { |
558 | int returnfunds = 0; | 558 | int returnfunds = 7500001; // Set it to the OpenSim version, plus the IG build number. Muahahaha; |
559 | 559 | ||
560 | return returnfunds; | 560 | return returnfunds; |
561 | } | 561 | } |