From a527e63511e6684378a88bf5f49910ecf3bf58a6 Mon Sep 17 00:00:00 2001 From: Christopher Date: Fri, 3 Jul 2020 23:30:25 +0200 Subject: [PATCH] fix signatur from check --- src/DataValue.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataValue.cs b/src/DataValue.cs index 1d9bd7c..6205377 100644 --- a/src/DataValue.cs +++ b/src/DataValue.cs @@ -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);