mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Thank you very much, Hashbox for:
Changed the public IsAdministrator back to protected, now checks Config to see whether it is allowed to run or not. Defaults to false (not allowed). To use add the following to OpenSim.ini [LL-Functions] AllowosConsoleCommand=true
This commit is contained in:
@@ -641,6 +641,6 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
int osTerrainSetHeight(int x, int y, double val);
|
||||
int osRegionRestart(double seconds);
|
||||
void osRegionNotice(string msg);
|
||||
int osConsoleCommand(string Command);
|
||||
bool osConsoleCommand(string Command);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user