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:
parent
e02a31343a
commit
d82008a256
@ -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 = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user