fix signatur from check
parent
4f05190537
commit
a527e63511
|
@ -248,7 +248,7 @@ namespace OpenSim.Modules.DataValue
|
|||
}
|
||||
|
||||
[ScriptInvocation]
|
||||
public int osCheckDataValue(UUID hostID, UUID scriptID, string key, string value)
|
||||
public int osCheckDataValue(UUID hostID, UUID scriptID, string key)
|
||||
{
|
||||
string _filePath = getFilePath(hostID, key);
|
||||
|
||||
|
|
Loading…
Reference in New Issue