From 5f92b1fa559e99d21e63951b49902630518a1eb4 Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Thu, 15 Nov 2018 01:23:58 -0500 Subject: [PATCH] Update tron --- tron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tron b/tron index f0c4cd5..bfe16c9 100644 --- a/tron +++ b/tron @@ -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