remove filling with 1000

This commit is contained in:
MasterGordon 2018-03-18 19:13:45 +01:00
parent bb1ced5e0f
commit 7009ab904c
1 changed files with 0 additions and 2 deletions

View File

@ -12,6 +12,4 @@ class Conveyorbelt extends Tile {
}
}
}
for(var i=0;i<1000;i++){
tileClasses.push(Conveyorbelt)
}