Merge pull request #20 from theFox6/patch-1

save reattached stations
This commit is contained in:
Sokomine 2017-12-16 04:58:54 +01:00 committed by GitHub
commit 27616d9fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,7 +185,7 @@ travelnet.update_formspec = function( pos, puncher_name )
travelnet.targets[ owner_name ][ station_network ][ station_name ] = {pos=pos, timestamp=zeit };
minetest.chat_send_player(owner_name, "Station '"..station_name.."' has been reattached to the network '"..station_network.."'.");
travelnet.save_data();
end