tnt - update to fix MT5 game detectio engine api

* backported fca1999990
* closes https://notabug.org/TenPlus1/tnt/issues/2
* closes https://codeberg.org/minenux/minetest-mod-tnt/issues/2
This commit is contained in:
Герхард PICCORO Lenz McKAY 2022-08-05 22:47:04 -04:00
parent e02a31343a
commit d82008a256

View File

@ -7,7 +7,7 @@ if enable_tnt == nil then
end
-- minetest 5.x check
local mt_50 = minetest.get_translator
local mt_50 = minetest.has_feature("add_player_velocity")
-- loss probabilities array (one in X will be lost)
local loss_prob = {}