diff options
Diffstat (limited to '')
-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 21ad265..a999b7f 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 = 75001; // Set it to the OpenSim version, plus the IG build number. Muahahaha; | 558 | int returnfunds = 75004; // Set it to the OpenSim version, plus the IG build number. Muahahaha; |
559 | 559 | ||
560 | return returnfunds; | 560 | return returnfunds; |
561 | } | 561 | } |