mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Mantis#2197. Thank you kindly, Tyre, for a patch that:
adds the new function osTeleportAgent().
This commit is contained in:
@@ -87,7 +87,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
AsyncCommands = (AsyncCommandManager)ScriptEngine.AsyncCommands;
|
||||
}
|
||||
|
||||
private void ScriptSleep(int delay)
|
||||
protected void ScriptSleep(int delay)
|
||||
{
|
||||
delay = (int)((float)delay * m_ScriptDelayFactor);
|
||||
if (delay == 0)
|
||||
|
||||
Reference in New Issue
Block a user