From 3063c440a7ade9f6576a0aecdfb739c385b4dc1f Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Fri, 22 Feb 2008 09:04:06 +0000
Subject: [PATCH] Fix case typos.

---
 xtrn/tw2/tw2.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xtrn/tw2/tw2.js b/xtrn/tw2/tw2.js
index cb667969bb..577d994b56 100644
--- a/xtrn/tw2/tw2.js
+++ b/xtrn/tw2/tw2.js
@@ -281,7 +281,7 @@ function Menu()
 				}
 				for(i=1;i<players.length; i++) {
 					var otherloc=playerLocation.Get(i);
-					if(otherloc.Sector==Player.Sector) {
+					if(otherloc.Sector==player.Sector) {
 						var otherplayer=players.Get(i);
 						if(otherplayer.Sector==player.Sector
 								&& otherplayer.Record!=player.Record
@@ -1878,7 +1878,7 @@ function TeamMenu()
 					var otherplayer=null;
 					for(i=1;i<players.length; i++) {
 						var otherloc=playerLocation.Get(i);
-						if(otherloc.Sector==Player.Sector) {
+						if(otherloc.Sector==player.Sector) {
 							otherplayer=players.Get(i);
 							if(otherplayer.Sector==player.Sector
 									&& otherplayer.Record!=player.Record
@@ -1930,7 +1930,7 @@ function TeamMenu()
 					var otherplayer=null;
 					for(i=1;i<players.length; i++) {
 						var otherloc=playerLocation.Get(i);
-						if(otherloc.Sector==Player.Sector) {
+						if(otherloc.Sector==player.Sector) {
 							otherplayer=players.Get(i);
 							if(otherplayer.Sector==player.Sector
 									&& otherplayer.Record!=player.Record
-- 
GitLab