Sokomine / travelnet

network of teleporter-boxes that allow easy travelling to other boxes on the same network (Mod for Minetest)
GNU General Public License v3.0
30 stars 52 forks source link

Undeclared global variables #17

Closed jhcole closed 6 years ago

jhcole commented 7 years ago
2016-11-23 12:14:33: WARNING[Server]: Undeclared global variable "player_name" accessed at /home/foz/Code/minetest/bin/../mods/travelnet/init.lua:640
2016-11-23 12:14:33: WARNING[Server]: Undeclared global variable "owner_name" accessed at /home/foz/Code/minetest/bin/../mods/travelnet/init.lua:640
2016-11-23 12:14:33: WARNING[Server]: Undeclared global variable "network_name" accessed at /home/foz/Code/minetest/bin/../mods/travelnet/init.lua:640

This can be reproduced by trying to dig a travelnet using a player without travelnet_remove privs.

Sokomine commented 6 years ago

Thanks! The global variables have been turned into more fitting local ones.