diff --git a/RageCoop.Client/Properties/AssemblyInfo.cs b/RageCoop.Client/Properties/AssemblyInfo.cs index 9d2ee9c..dfa3d78 100644 --- a/RageCoop.Client/Properties/AssemblyInfo.cs +++ b/RageCoop.Client/Properties/AssemblyInfo.cs @@ -16,7 +16,7 @@ using System.Resources; // Version informationr( -[assembly: AssemblyVersion("1.5.2.98")] -[assembly: AssemblyFileVersion("1.5.2.98")] +[assembly: AssemblyVersion("1.5.2.99")] +[assembly: AssemblyFileVersion("1.5.2.99")] [assembly: NeutralResourcesLanguageAttribute( "en-US" )] diff --git a/RageCoop.Client/Sync/Entities/Ped/SyncedPed.cs b/RageCoop.Client/Sync/Entities/Ped/SyncedPed.cs index d04eed6..641ddbf 100644 --- a/RageCoop.Client/Sync/Entities/Ped/SyncedPed.cs +++ b/RageCoop.Client/Sync/Entities/Ped/SyncedPed.cs @@ -180,6 +180,8 @@ namespace RageCoop.Client { SetClothes(); } + + CheckCurrentWeapon(); } if (MainPed.IsDead) @@ -208,7 +210,6 @@ namespace RageCoop.Client } } - CheckCurrentWeapon(); if (Speed>=4) { DisplayInVehicle();