aboutsummaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorVincent Robinson <robinsonvincent89@gmail.com>2022-01-22 15:55:43 -0800
committerGitHub <noreply@github.com>2022-01-23 00:55:43 +0100
commit95a775cd3ae5a8281289acb36391b9ef27cc574d (patch)
tree615abe4ce52750563a41ec5aa302c8652391ad74 /src/network
parent71317b8579385142c2a1cbad70a68cf661408855 (diff)
downloadhax-minetest-server-95a775cd3ae5a8281289acb36391b9ef27cc574d.tar.gz
hax-minetest-server-95a775cd3ae5a8281289acb36391b9ef27cc574d.zip
Bump formspec version (#11980)
Diffstat (limited to 'src/network')
-rw-r--r--src/network/networkprotocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h
index 8214cc5b1..7bf5801f5 100644
--- a/src/network/networkprotocol.h
+++ b/src/network/networkprotocol.h
@@ -230,7 +230,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
// base64-encoded SHA-1 (27+\0).
// See also: Formspec Version History in doc/lua_api.txt
-#define FORMSPEC_API_VERSION 4
+#define FORMSPEC_API_VERSION 5
#define TEXTURENAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.-"