Changed call type for traffic light syncronization.

This commit is contained in:
Axel 2020-09-22 10:17:19 +02:00 committed by Axel1092
parent b963a9e367
commit 4f5b66b0a0
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ namespace detail {
}
void Client::ResetAllTrafficLights() {
_pimpl->AsyncCall("reset_all_traffic_lights");
_pimpl->CallAndWait<void>("reset_all_traffic_lights");
}
void Client::FreezeAllTrafficLights(bool frozen) {