1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-17 15:45:22 +01:00

update unified_inventory

This commit is contained in:
2015-06-30 14:29:12 +02:00
parent 704dd0b625
commit 04e5e49904
31 changed files with 529 additions and 173 deletions

View File

@@ -184,7 +184,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
if fields["rename_waypoint"..i] then
hit = true
waypoints[i] = waypoints[i] or {}
temp[i] = temp[i] or {}
temp[i].edit = true
update_formspec = true
end