Skip to content

Commit

Permalink
Allow 97.0 clients on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
LBPHacker committed Dec 27, 2022
1 parent 530eb15 commit 67da90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tptmp/server/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67da90e

Please sign in to comment.