Fixed blocks linking through insulated walls

This commit is contained in:
Anuken
2021-03-12 13:16:35 -05:00
parent f04e763667
commit 2c08b82fef
2 changed files with 1 additions and 1 deletions

View File

@@ -37,7 +37,6 @@ public class LParser{
}
void error(String message){
//TODO
throw new RuntimeException("Invalid code. " + message);
}