diff options
Diffstat (limited to '')
-rw-r--r-- | ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs b/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs index 6d55094..eaafe6c 100644 --- a/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs +++ b/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs | |||
@@ -312,7 +312,7 @@ namespace OpenSim.ApplicationPlugins.RegionProxy | |||
312 | } | 312 | } |
313 | } | 313 | } |
314 | 314 | ||
315 | protected void ClosePort(ServerData sd) | 315 | protected static void ClosePort(ServerData sd) |
316 | { | 316 | { |
317 | // Close the port if it exists and is open | 317 | // Close the port if it exists and is open |
318 | if (sd.server == null) return; | 318 | if (sd.server == null) return; |