You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the file is already stored in memory, shouldn't the file be closed at the end of the function? No reference to it is stored elsewhere so I assume it should be closed.
This is a problem I just experienced with a Race Ghost NPC. I can't replace the recording when a player did a better round time, only after closing the server.
The text was updated successfully, but these errors were encountered:
FCNPC/src/CRecordManager.cpp
Line 83 in 4adc8a6
Since the file is already stored in memory, shouldn't the file be closed at the end of the function? No reference to it is stored elsewhere so I assume it should be closed.
This is a problem I just experienced with a Race Ghost NPC. I can't replace the recording when a player did a better round time, only after closing the server.
The text was updated successfully, but these errors were encountered: