[FIX] fixed the panel not showing, it was because of the animation. removed it for now and it works
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user