aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-05-28 19:41:13 +0100
committerJustin Clark-Casey (justincc)2010-05-28 19:41:13 +0100
commit14c39461c2f20db2a79a64d2546cbd4bcb12bee9 (patch)
treeaccc20bb67f83ad1fe2935b0c5d7d35f84c2a3b2 /OpenSim
parenttidy up help information on load oar and save oar (diff)
downloadopensim-SC_OLD-14c39461c2f20db2a79a64d2546cbd4bcb12bee9.zip
opensim-SC_OLD-14c39461c2f20db2a79a64d2546cbd4bcb12bee9.tar.gz
opensim-SC_OLD-14c39461c2f20db2a79a64d2546cbd4bcb12bee9.tar.bz2
opensim-SC_OLD-14c39461c2f20db2a79a64d2546cbd4bcb12bee9.tar.xz
minor: remove mono compiler warning
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs b/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs
index ac6a633..c6fb18d 100644
--- a/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs
+++ b/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs
@@ -1014,7 +1014,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
1014 1014
1015 int lastMapRefresh = 0; 1015 int lastMapRefresh = 0;
1016 int twoDays = 172800; 1016 int twoDays = 172800;
1017 int RefreshSeconds = twoDays; 1017// int RefreshSeconds = twoDays;
1018 1018
1019 try 1019 try
1020 { 1020 {