minor changes to last patch

This commit is contained in:
UbitUmarov
2018-08-30 14:51:07 +01:00
parent 99a23421a8
commit 9647a1e6c5
4 changed files with 11 additions and 11 deletions

View File

@@ -138,7 +138,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
int osRegionRestart(double seconds);
int osRegionRestart(double seconds, string msg);
void osRegionNotice(string msg);
void osRegionNotice(string agentID, string msg);
void osRegionNotice(LSL_Key agentID, string msg);
bool osConsoleCommand(string Command);
void osSetParcelMediaURL(string url);
void osSetPrimFloatOnWater(int floatYN);