Compare commits

..

No commits in common. "master" and "nalc-1.0" have entirely different histories.

3 changed files with 1 additions and 5 deletions

View File

@ -478,7 +478,7 @@ end
markers.form_input_handler_areas = function( player, formname, fields)
local pname = player:get_player_name();
local ppos = player:get_pos()
local ppos = player:getpos()
if( formname ~= "markers:info"
or not( player )

View File

@ -1,2 +1 @@
areas
default

View File

@ -1,3 +0,0 @@
name = markers
description = markers for the Minetest mod "areas"
depends = areas