mirror of
https://github.com/minetest-mods/technic.git
synced 2025-01-02 18:57:34 +01:00
bugfix
This commit is contained in:
parent
1d101ca1e5
commit
989b35f365
@ -364,7 +364,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
||||
infotext=infotext.." Gate: "..current_gate["description"].."\n"
|
||||
infotext=infotext.."Owned by "..player_name.."\n"
|
||||
if current_gate["destination"] then
|
||||
infotext=infotext.."Destination: ("..current_gate["pos"].x..","..current_gate["pos"].y..","..current_gate["pos"].z..") "
|
||||
infotext=infotext.."Destination: ("..current_gate["destination"].x..","..current_gate["destination"].y..","..current_gate["destination"].z..") "
|
||||
infotext=infotext..current_gate["destination_description"]
|
||||
end
|
||||
meta:set_string("infotext",infotext)
|
||||
|
Loading…
Reference in New Issue
Block a user