Add test mode from path (#440)

adds --path to --test-mode
This commit is contained in:
Matt
2022-03-16 21:33:20 -07:00
committed by GitHub
parent 1805785cc6
commit 54fdd1db51
3 changed files with 82 additions and 2 deletions

View File

@@ -442,4 +442,8 @@ public class ConfigManager {
}
}
}
public void unloadCameraConfigs() {
this.config.getCameraConfigurations().clear();
}
}