Skip to content

Commit

Permalink
Merge branch 'mr-139'
Browse files Browse the repository at this point in the history
fix(resources): don't include InternalResourceImpl.h for server (mr-139):
 - f3ae977 fix(resources): don't include InternalResourceImpl.h for server
  • Loading branch information
thorium-cfx committed Oct 30, 2023
2 parents 28c7d23 + f3ae977 commit 1bdfac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/components/citizen-resources-core/src/Resource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include <Error.h>

#if __has_include(<InternalResourceImpl.h>)
#if __has_include(<InternalResourceImpl.h>) && !defined(IS_FXSERVER)
#include <InternalResourceImpl.h>
#else
#define INTERNAL_RESOURCE_GET_NAME GetName
Expand Down

0 comments on commit 1bdfac8

Please sign in to comment.