diff options
author | Justin Clarke Casey | 2009-03-30 18:20:41 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-30 18:20:41 +0000 |
commit | ac8fc02afc695cfefdcc668cdd4ef0c9e1788b82 (patch) | |
tree | 1512ad29316f73d6bf88a830ffbfac9cb61ad100 /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | Sigh. Manual data typing grief. (diff) | |
download | opensim-SC_OLD-ac8fc02afc695cfefdcc668cdd4ef0c9e1788b82.zip opensim-SC_OLD-ac8fc02afc695cfefdcc668cdd4ef0c9e1788b82.tar.gz opensim-SC_OLD-ac8fc02afc695cfefdcc668cdd4ef0c9e1788b82.tar.bz2 opensim-SC_OLD-ac8fc02afc695cfefdcc668cdd4ef0c9e1788b82.tar.xz |
* refactor: Move god related methods in Scene out to a module
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 69f5205..d6aca31 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -696,7 +696,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
696 | } | 696 | } |
697 | } | 697 | } |
698 | 698 | ||
699 | protected internal void removeUserCount(bool TypeRCTF) | 699 | public void removeUserCount(bool TypeRCTF) |
700 | { | 700 | { |
701 | if (TypeRCTF) | 701 | if (TypeRCTF) |
702 | { | 702 | { |