mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-04-30 08:21:46 -04:00
Luacheck: unused variable
This commit is contained in:
parent
f49b36908e
commit
4bf69fde40
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue