mirror of
https://git.phreedom.club/localhost_frssoft/fediauth
synced 2025-03-15 06:01:23 +00:00
sanity check for ``minetest.encode_png
This commit is contained in:
parent
72aadab7fd
commit
a66e0f31ae
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -1,5 +1,8 @@
|
|||
local MP = minetest.get_modpath("otp")
|
||||
|
||||
-- sanity checks
|
||||
assert(type(minetest.encode_png) == "function")
|
||||
|
||||
otp = {
|
||||
-- mod storage
|
||||
storage = minetest.get_mod_storage(),
|
||||
|
|
Loading…
Add table
Reference in a new issue