@@ -651,7 +651,7 @@ local moveTick = function(doSend)
for i = 1, #player do
p = player[i]
if not p.dead then
if (p.x == player[nou].x and p.y == player[nou].y) then
if (i == you) and (p.x == player[nou].x and p.y == player[nou].y) then
p.dead = true
deadGuys[i] = true
else
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.