Long-range 4x4 turret (wip) / Java 14 language upgrade
This commit is contained in:
@@ -80,6 +80,7 @@ public class EntityProcess extends BaseProcessor{
|
||||
//replace all self() invocations with this
|
||||
.replaceAll("this\\.<(.*)>self\\(\\)", "this")
|
||||
.replaceAll("self\\(\\)", "this")
|
||||
.replaceAll(" yield ", "")
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user