@ -48,10 +48,6 @@ public class Map {
this.put("s", "empty");
this.put(".", "dot");
this.put("w", "wall");
for(int i = 0; i < 10; i++) {
this.put(i+"", "empty");
}
this.put("0", "empty");
this.put("1", "empty");
this.put("2", "empty");