Raygun fixed.

master
_Zaizen_ 2020-04-19 22:27:21 +02:00
parent e9e4e39394
commit 93095cd8c0
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ function get_pointed_players(head_pos, dir, dist, username) --ritorna un array d
if hit.type == "node" then --se c'è un nodo significa che ho colpito un blocco quindi mi devo fermare
if array[1] > 0 then --se l'array ad index 1 è maggiore di 0 significa che ci sono giocatori quindi deve ritornare l'array
return array
else
return nil
end
end
end