mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
clean some spurius chars and a few other things. Thanks Vincent Sylvester
This commit is contained in:
@@ -343,7 +343,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
if (!m_MODFunctionsEnabled)
|
||||
{
|
||||
MODShoutError("Module command functions not enabled");
|
||||
return UUID.Zero.ToString();;
|
||||
return UUID.Zero.ToString();
|
||||
}
|
||||
|
||||
UUID req = UUID.Random();
|
||||
|
||||
Reference in New Issue
Block a user