APercy / airutils

Airport Utils for Minetest
Other
4 stars 9 forks source link

Fixing "accessing undeclared global" warning if "emote" mod is not installed #11

Closed debagos closed 5 months ago

debagos commented 5 months ago

If the "emote" mod is not installed, Minetest throws a warning about accessing a undeclared global variable:

WARNING[Server]: Undeclared global variable "emote" accessed at /home/juri/Games/minetest/bin/../mods/airutils/init.lua:451

This small change doesn't try to access the global, it checks if the mod is available instead, which gets rid of the warning.