diff options
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/Local/CommunicationsLocal.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs index 69352d1..5b66816 100644 --- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs +++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs | |||
@@ -56,7 +56,7 @@ namespace OpenSim.Region.Communications.Local | |||
56 | this.SandBoxServices.AddNewSession(regionHandle, login); | 56 | this.SandBoxServices.AddNewSession(regionHandle, login); |
57 | } | 57 | } |
58 | 58 | ||
59 | public void do_create(string what) | 59 | public void doCreate(string what) |
60 | { | 60 | { |
61 | switch (what) | 61 | switch (what) |
62 | { | 62 | { |