tgstation / FastDMM

A robust BYOND map editor
GNU General Public License v3.0
9 stars 13 forks source link

Repo cannot be built at the moment #27

Closed Jalleo closed 5 years ago

Jalleo commented 6 years ago

the line object is a string array. This is conflicting with includeData string which is not. This means the repo cannot be built at the moment.

https://github.com/tgstation/FastDMM/blob/master/src/main/java/com/github/monster860/fastdmm/objtree/ObjectTreeParser.java#L125

I would fix it but I am still bare bones reading the code at the moment and learning the syntax of Java.

Jalleo commented 6 years ago

Caused by #26 https://github.com/tgstation/FastDMM/blob/master/src/main/java/com/github/monster860/fastdmm/objtree/ObjectTreeParser.java#L119 I dont know if this line is the reason behind it.