Skip to content

Commit

Permalink
Merge Remove preprocessor stuff for Object (pr-2737)
Browse files Browse the repository at this point in the history
f339532 - fix(clr/shared): remove preprocessor stuff for Object
  • Loading branch information
prikolium-cfx committed Oct 3, 2024
2 parents 5892366 + f339532 commit 68c0c36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/client/clrcore-v2/Game/Shared/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ public static uint GenerateHashASCII(string input)
private static readonly Dictionary<Type, string> s_entityTypeMap = new Dictionary<Type, string>
{
{ typeof(Ped), "CPed" },
#if !MONO_V2 || IS_RDR3
{ typeof(Prop), "CObject" },
#else
{ typeof(Object), "CObject" },
#endif
{ typeof(Pickup), "CPickup" },
{ typeof(Vehicle), "CVehicle" }
};
Expand Down

0 comments on commit 68c0c36

Please sign in to comment.