mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
now break several things at same time... sog/sop updates, threads options,...
This commit is contained in:
@@ -75,7 +75,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
m_client = client;
|
||||
m_scene = scene;
|
||||
|
||||
WorkManager.StartThread(InternalLoop, "IRCClientView", ThreadPriority.Normal, false, true);
|
||||
WorkManager.StartThread(InternalLoop, "IRCClientView");
|
||||
}
|
||||
|
||||
private void SendServerCommand(string command)
|
||||
@@ -630,6 +630,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
public int NextAnimationSequenceNumber
|
||||
{
|
||||
get { return 0; }
|
||||
set { }
|
||||
}
|
||||
|
||||
public string Name
|
||||
|
||||
Reference in New Issue
Block a user