fix signatur from check

master
Christopher 2020-07-03 23:30:25 +02:00
parent 4f05190537
commit a527e63511
1 changed files with 1 additions and 1 deletions

View File

@ -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);