Skip to content

Commit

Permalink
fix(server/clrcore-v2): server compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prikolium-cfx committed Aug 20, 2024
1 parent 7ee8cb4 commit 3768dc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/client/clrcore-v2/Game/Shared/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
using System.Collections.Generic;
using System.Linq;

#if GTA_FIVE || IS_RDR3

#if MONO_V2
#if IS_RDR3
using CitizenFX.RedM.Native;
Expand Down Expand Up @@ -93,3 +95,6 @@ public static IEnumerable<T> GetGamePool<T>()
}
}
}

#endif
// END GTA_FIVE || IS_RDR3

0 comments on commit 3768dc0

Please sign in to comment.