mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
ignore indentation in imported assembly (#2511)
* ignore indentation in imported assembly * oop * Update LAssembler.java
This commit is contained in:
parent
15bb01fd22
commit
29b31daba7
@ -81,6 +81,8 @@ public class LAssembler{
|
||||
|
||||
if(index++ > max) break;
|
||||
|
||||
line = line.replace("\t", "").trim();
|
||||
|
||||
try{
|
||||
String[] arr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user