fixed propagation time bullet placement on ff

This commit is contained in:
cubedro
2015-04-23 21:52:11 +03:00
parent 9539cc1416
commit 7fa888dc13
3 changed files with 9 additions and 2 deletions

View File

@@ -52,6 +52,8 @@ var Node = function Node(data)
this.info = data.info;
if(typeof data.ip !== 'undefined'){
if(data.ip === '::ffff:127.0.0.1')
data.ip = '84.117.82.122';
this.info.ip = data.ip;
this.setGeo(data.ip);
}