Преглед изворни кода

Merge branch 'issue-10' into 'staging'

Issue 10

See merge request !63
tags/v0.1.2^2
Big Bad Waffle пре 7 година
родитељ
комит
a702f0441d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/server/world/physics.js

+ 1
- 1
src/server/world/physics.js Прегледај датотеку

@@ -278,7 +278,7 @@ define([
if (node)
return node.isWall();
else
return false;
return true;
},
isCellOpen: function(x, y) {
if ((x < 0) || (y < 0) || (x >= this.width) | (y >= this.height))


Loading…
Откажи
Сачувај