roof removal: build overrides for POH on startUp

Signed-off-by: Cody Massin <keyosk@gmail.com>
This commit is contained in:
Cody Massin
2021-12-30 22:08:53 -08:00
parent 92846981f0
commit 3af75e6752

View File

@@ -99,6 +99,7 @@ public class RoofRemovalPlugin extends Plugin
@Override @Override
public void startUp() throws IOException public void startUp() throws IOException
{ {
buildConfigOverrides();
loadRoofOverrides(); loadRoofOverrides();
clientThread.invoke(() -> clientThread.invoke(() ->
{ {