Luacheck: unused variable

This commit is contained in:
mazes 80 2022-09-16 04:26:26 +02:00
parent f49b36908e
commit 4bf69fde40
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
local mod_player_monoids = minetest.get_modpath("player_monoids") ~= nil
local mod_playerphysics = minetest.get_modpath("playerphysics") ~= nil
local mod_pova = minetest.get_modpath("pova") ~= nil
local utility = {}
function utility.rangelim(value, min, max)