[FIX] fixed the panel not showing, it was because of the animation. removed it for now and it works

This commit is contained in:
Sem van der Hoeven
2020-10-29 17:09:20 +01:00
parent 1c7f9cf70a
commit 1f163325cf
3 changed files with 26 additions and 17 deletions

View File

@@ -236,7 +236,7 @@ namespace ClientApp.Utils
Write("Starting route follow...");
FollowingRoute = true;
SendMessageAndOnResponse(mainCommand.AddBikeModelAnim("bikeID", 0.01f), "bikeID",
SendMessageAndOnResponse(mainCommand.AddBikeModel("bikeID"), "bikeID",
(message) =>
{
bikeId = JSONParser.GetResponseUuid(message);