mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 11:45:35 +08:00
Comments + fix = in theory stand alone script server + "RemoteSevrver" ScriptEngine (as opposed to "DotNetEngine") should work for a single region. It will however not work because it doesn't have two-way communication.
This commit is contained in:
@@ -9,6 +9,8 @@ namespace OpenSim.Region.ScriptEngine.RemoteServer
|
||||
{
|
||||
class RemoteServer
|
||||
{
|
||||
// Handles connections to servers
|
||||
// Create and returns server object
|
||||
|
||||
public OpenSim.Grid.ScriptServer.RemotingObject Connect(string hostname, int port)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user