From d820407318c7bb569e4512a85074b307b0bc8ff5 Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Wed, 2 Oct 2013 14:54:17 +1300 Subject: Do not coerce map to int --- public/js/mv/parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/mv/parse.js b/public/js/mv/parse.js index e12356c..834d01e 100644 --- a/public/js/mv/parse.js +++ b/public/js/mv/parse.js @@ -77,7 +77,7 @@ var mv = function(mv) { var rec = { date: ts, pc: parseInt(d[2]), - map: map.nameByServerID(parseInt(d[3]), ts), + map: map.nameByServerID(d[3], ts), x: parseInt(d[4]), y: parseInt(d[5]), e: parseInt(d[6]), -- cgit v1.2.3-60-g2f50