diff --git a/r5dev/filesystem/filesystem.cpp b/r5dev/filesystem/filesystem.cpp index 1aa6c7d5..bfd3cb26 100644 --- a/r5dev/filesystem/filesystem.cpp +++ b/r5dev/filesystem/filesystem.cpp @@ -24,7 +24,7 @@ void IFileSystem::AddSearchPath(const char* pPath, const char* pPathID, SearchPa bool IFileSystem::RemoveSearchPath(const char* pPath, const char* pPathID) { static int index = 13; - CallVFunc(index, this, pPath, pPathID); + return CallVFunc(index, this, pPath, pPathID); } //-----------------------------------------------------------------------------