1
0
mirror of https://github.com/Sokomine/markers.git synced 2025-06-30 14:20:29 +02:00

1 Commits

Author SHA1 Message Date
bfc38506ca Ajoute message de chargement du mod dans le journal "action" 2018-12-26 21:26:03 +01:00
4 changed files with 2 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

@ -534,3 +534,4 @@ minetest.register_craft({
{ "group:stick" },
} });
minetest.log("action", "[markers] loaded.")

View File

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