Need: teleport to team respawn, mass teleport a team

master
Cédric Ronvel 2019-11-26 01:11:56 +01:00
parent c56c0535c7
commit 889b7d659b
1 changed files with 0 additions and 1 deletions

View File

@ -279,7 +279,6 @@ respawn.teleport_to_team_respawn = function( player , spawn_id )
local point = respawn.team_respawn_points[ team_name ][ spawn_id ]
if not point then point = respawn.team_respawn_points[ team_name ][ 1 ] end
minetest.chat_send_all( S("zzzzboooo @1 @2 @3", point.pos.x, point.pos.y, point.pos.z) ) ;
return respawn.teleport( player , point )
end