mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
fixes a slight copy and paste bug in OGP module.
This commit is contained in:
@@ -132,7 +132,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid
|
||||
|
||||
if (startupcfg != null)
|
||||
{
|
||||
GridMode = enabled = cfg.GetBoolean("gridmode", false);
|
||||
GridMode = enabled = startupcfg.GetBoolean("gridmode", false);
|
||||
}
|
||||
|
||||
if (cfg != null)
|
||||
|
||||
Reference in New Issue
Block a user