aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
diff options
context:
space:
mode:
authoronefang2019-05-19 22:21:18 +1000
committeronefang2019-05-19 22:21:18 +1000
commit67b852f8e54b73fb12aefd2a51b77457feae062a (patch)
tree7c8eb960479fc8a39d35f75dd49a3703b178622b /OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
parentRemove useless executable bit that Windows adds. (diff)
downloadopensim-SC_OLD-67b852f8e54b73fb12aefd2a51b77457feae062a.zip
opensim-SC_OLD-67b852f8e54b73fb12aefd2a51b77457feae062a.tar.gz
opensim-SC_OLD-67b852f8e54b73fb12aefd2a51b77457feae062a.tar.bz2
opensim-SC_OLD-67b852f8e54b73fb12aefd2a51b77457feae062a.tar.xz
Update version number stuff, and hack it into the money display.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs4
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 b32a429..4c70a27 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 = 0; 576 int returnfunds = 90101; // Set it to the OpenSim version, plus the IG build number. Muahahaha;
577 577
578 return returnfunds; 578 return returnfunds;
579 } 579 }
580 580