Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay authored and BuckarooBanzay committed Dec 16, 2019
2 parents cd4a87b + f602472 commit 209ea13
Show file tree
Hide file tree
Showing 13 changed files with 242 additions and 1,157 deletions.
2 changes: 0 additions & 2 deletions depends.txt

This file was deleted.

1 change: 0 additions & 1 deletion description.txt

This file was deleted.

2 changes: 1 addition & 1 deletion elevator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ travelnet.show_nearest_elevator = function( pos, owner_name, param2 )
end

if( not( travelnet.targets[ owner_name ] )) then
minetest.chat_send_player( owner_name, S("Congratulations! This is your first elevator."..
minetest.chat_send_player( owner_name, S("Congratulations! This is your first elevator. "..
"You can build an elevator network by placing further elevators somewhere above "..
"or below this one. Just make sure that the x and z coordinate are the same."));
return;
Expand Down
5 changes: 2 additions & 3 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,10 @@ travelnet.targets = {};
travelnet.path = minetest.get_modpath(minetest.get_current_modname())


-- Intllib
local S = dofile(travelnet.path .. "/intllib.lua")
-- Minetest Translator
local S = minetest.get_translator("travelnet")
travelnet.S = S


minetest.register_privilege("travelnet_attach", { description = S("allows to attach travelnet boxes to travelnets of other players"), give_to_singleplayer = false});
minetest.register_privilege("travelnet_remove", { description = S("allows to dig travelnet boxes which belog to nets of other players"), give_to_singleplayer = false});

Expand Down
45 changes: 0 additions & 45 deletions intllib.lua

This file was deleted.

Loading

0 comments on commit 209ea13

Please sign in to comment.