mirror of
https://github.com/minetest/minetest.git
synced 2025-02-18 19:03:46 +01:00
Support numbers as arguments by using `string.gsub(text, ...)` instead of `text:gsub(...)` which will coerce `text` to a string
Support numbers as arguments by using `string.gsub(text, ...)` instead of `text:gsub(...)` which will coerce `text` to a string