Initial location not loaded from config
On this line the scope of initialLocation is limited to the else block.
All subsequent references to initialLocation are nil so stuff breaks.
Edited by JManch
On this line the scope of initialLocation is limited to the else block.
All subsequent references to initialLocation are nil so stuff breaks.