Stub NOT_IN_PARTY behavior (#3409)

From what I can tell, this is valid behavior since a user could choose not to enter a party.
This fixes a potential crash on boot in Grand Theft Auto V.
This commit is contained in:
Stephen Miller
2025-08-10 12:05:38 -05:00
committed by GitHub
parent ff6ab9444a
commit d6b2845dcc
4 changed files with 22 additions and 6 deletions

View File

@@ -591,6 +591,7 @@ set(NP_LIBS src/core/libraries/np_common/np_common.cpp
src/core/libraries/np_web_api/np_web_api.h
src/core/libraries/np_party/np_party.cpp
src/core/libraries/np_party/np_party.h
src/core/libraries/np_party/np_party_error.h
src/core/libraries/np_auth/np_auth.cpp
src/core/libraries/np_auth/np_auth.h
)