[Bug] LoadResourceFile compat breaking change #79
Closed
Mathu-lmn
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 2 comments
|
Thanks, we are looking into this. |
0 replies
|
A fix for this bug has been implemented and is available in the latest patch b96/97. Please try again and let us know if the issue persists. Thanks for your help! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
In Legacy, LoadResourceFile with an existing but empty file used to return an empty string, now it returns nil
Issue type
Server
Repro rate
Always
Server build version
92
Steps to Reproduce
Expected Behavior
Return an empty string ''
Actual Behavior
Returns nil, was used before to check if the file existed
All reactions