Increase max sign text length to 500

This commit is contained in:
Wuzzy 2022-05-16 23:34:20 +02:00
parent fadc297750
commit 11a7d77be1

View File

@ -1,6 +1,6 @@
local S = minetest.get_translator("rp_default")
local SIGN_MAX_TEXT_LENGTH = 64
local SIGN_MAX_TEXT_LENGTH = 500
local on_construct = function(pos)
local meta = minetest.get_meta(pos)