mirror of
https://github.com/sesps/SPS_SABRE_EventBuilder.git
synced 2024-11-23 02:28:50 -05:00
Fixed bug in command line version where no config was loaded and nothing happened.
This commit is contained in:
parent
a904f8c0f2
commit
f942ad87c0
|
@ -26,7 +26,8 @@ int main(int argc, char** argv)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
EVBApp theBuilder;
|
EVBApp theBuilder;
|
||||||
return 1;
|
|
||||||
|
theBuilder.ReadConfigFile(filename);
|
||||||
|
|
||||||
Stopwatch timer;
|
Stopwatch timer;
|
||||||
timer.Start();
|
timer.Start();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user