Parcourir la source

Merge branch 'issue-10' into 'staging'

Issue 10

See merge request !63
tags/v0.1.2^2
Big Bad Waffle il y a 7 ans
Parent
révision
a702f0441d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/server/world/physics.js

+ 1
- 1
src/server/world/physics.js Voir le fichier

@@ -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))


Chargement…
Annuler
Enregistrer