From 67da90e76b9482ec7086eb62c870eccde9cd3e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20B=C3=A1lint=20Misius?= Date: Tue, 27 Dec 2022 18:21:10 +0100 Subject: [PATCH] Allow 97.0 clients on the server --- tptmp/server/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tptmp/server/config.lua b/tptmp/server/config.lua index 5f03eb4..5d5fb1e 100644 --- a/tptmp/server/config.lua +++ b/tptmp/server/config.lua @@ -262,7 +262,7 @@ local config = { tpt_version_min = { 96, 2 }, -- * Maximum accepted TPT version. - tpt_version_max = { 96, 2 }, + tpt_version_max = { 97, 0 }, } local hhost, hport = config.host:match("^([^:]+):([0-9]+)$") if hhost then