mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Open ignore file in text mode
This commit is contained in:
parent
a7c33d4df3
commit
b8b79385e1
@ -236,7 +236,7 @@ KeyValues* CPackedStore::GetManifest(const string& svWorkspace, const string& sv
|
||||
vector<string> CPackedStore::GetIgnoreList(const string& svWorkspace) const
|
||||
{
|
||||
string svIgnore = svWorkspace + ".vpkignore";
|
||||
FileHandle_t hIgnoreFile = FileSystem()->Open(svIgnore.c_str(), "rb", "GAME");
|
||||
FileHandle_t hIgnoreFile = FileSystem()->Open(svIgnore.c_str(), "rt", "GAME");
|
||||
|
||||
if (!hIgnoreFile)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user