From aab477b8746fc40b4639560d4c6f5be239902db3 Mon Sep 17 00:00:00 2001 From: Jarno Westhof Date: Thu, 31 Mar 2022 11:39:58 +0200 Subject: [PATCH] Value is not actually a member of a Set package --- docs/network protocol.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/network protocol.md b/docs/network protocol.md index 67308328..509b8f2c 100644 --- a/docs/network protocol.md +++ b/docs/network protocol.md @@ -336,7 +336,6 @@ Used to write data to the server's data storage, that data can then be shared ac | Name | Type | Notes | | ------ | ----- | ------ | | key | str | The key to manipulate. | -| value | any | The new value for the key. | | default | any | The default value to use in case the key has no value on the server. | | want_reply | bool | If set, the server will send a [SetReply](#SetReply) response back to the client. | | operations | list\[[DataStorageOperation](#DataStorageOperation)\] | Operations to apply to the value, multiple operations can be present and they will be executed in order of appearance. |