diff options
author | David Walter Seikel | 2016-11-03 22:07:25 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-03 22:07:25 +1000 |
commit | b6404e8d4a871de837177641f57acc2c952dc082 (patch) | |
tree | 1c9d347d3f6e275c9be6fdd4ec974f716a4a3e10 /OpenSim/Region | |
parent | Fix version stuffs. (diff) | |
download | opensim-SC_OLD-b6404e8d4a871de837177641f57acc2c952dc082.zip opensim-SC_OLD-b6404e8d4a871de837177641f57acc2c952dc082.tar.gz opensim-SC_OLD-b6404e8d4a871de837177641f57acc2c952dc082.tar.bz2 opensim-SC_OLD-b6404e8d4a871de837177641f57acc2c952dc082.tar.xz |
Usual IG version number in money hack.
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 4cd5676..5f47810 100644 --- a/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs +++ b/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs | |||
@@ -562,7 +562,7 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule | |||
562 | /// <returns></returns> | 562 | /// <returns></returns> |
563 | private int GetFundsForAgentID(UUID AgentID) | 563 | private int GetFundsForAgentID(UUID AgentID) |
564 | { | 564 | { |
565 | int returnfunds = 0; | 565 | int returnfunds = 82101; // Set it to the OpenSim version, plus the IG build number. Muahahaha; |
566 | 566 | ||
567 | return returnfunds; | 567 | return returnfunds; |
568 | } | 568 | } |