try say warnings

This commit is contained in:
INeedBots 2020-12-14 16:52:46 -06:00
parent 5cad48b5ba
commit 4b710109d4

View File

@ -416,6 +416,8 @@ LoadWaypoints()
self DeleteAllWaypoints();
self iPrintlnBold("Loading WPS...");
load_waypoints();
wait 1;
self checkForWarnings();
}