Update mining_lasers.lua

This commit is contained in:
Panquesito7 2019-08-22 21:43:44 -05:00 committed by GitHub
parent cdea0c7ebe
commit 3ece9c5923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ local function can_keep_node(name)
end
local function laser_shoot(player, range, particle_texture, sound)
local player_pos = player:getpos()
local player_pos = player:get_pos()
local player_name = player:get_player_name()
local dir = player:get_look_dir()