From eaa030c32c37795cd777766cdbf5fbfafac73ccc Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Thu, 15 Nov 2018 01:18:48 -0500 Subject: [PATCH] Update tron --- tron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tron b/tron index 6da1a08..f0c4cd5 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 getTrail(p.x, p.y) or doesIntersectBorder(p.x, p.y) then + if (p.x == player[nou].x and p.y == player[nou].y) then p.dead = true deadGuys[i] = true else