Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 667731f

Browse files
committed
Fixed Conflict
1 parent 3d84cba commit 667731f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Map_Gen/ParseMap.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@ def access_information(self, x, y, item):
1212
return _biome.name
1313
elif item == "Crossable":
1414
return _biome.crossable
15-
<<<<<<< HEAD
1615
elif item == "Resources":
1716
return _biome.resources
1817
elif item == "Spawns":
1918
return _biome.spawns
2019
elif item == "Info":
2120
return _biome.info
22-
=======
23-
>>>>>>> master
2421

2522
def parse(self):
2623
__map = list(self.map.read().split())

0 commit comments

Comments
 (0)