diff options
author | David Walter Seikel | 2013-02-24 00:08:18 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-02-24 00:08:18 +1000 |
commit | 98a6a502003c01b2ff6ae86ee728dd373e15463f (patch) | |
tree | b71c17db06de965484fc8e1b59f3884547f3f2e7 /OpenSim/Region | |
parent | Let's ignore hg. B-) (diff) | |
download | opensim-SC_OLD-98a6a502003c01b2ff6ae86ee728dd373e15463f.zip opensim-SC_OLD-98a6a502003c01b2ff6ae86ee728dd373e15463f.tar.gz opensim-SC_OLD-98a6a502003c01b2ff6ae86ee728dd373e15463f.tar.bz2 opensim-SC_OLD-98a6a502003c01b2ff6ae86ee728dd373e15463f.tar.xz |
Rejig version number.
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 0ddd5ff..21ad265 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 = 7500001; // Set it to the OpenSim version, plus the IG build number. Muahahaha; | 558 | int returnfunds = 75001; // Set it to the OpenSim version, plus the IG build number. Muahahaha; |
559 | 559 | ||
560 | return returnfunds; | 560 | return returnfunds; |
561 | } | 561 | } |