diff --git a/src/common/callback.cpp b/src/common/callback.cpp index dd546f5d..242c6789 100644 --- a/src/common/callback.cpp +++ b/src/common/callback.cpp @@ -644,7 +644,7 @@ void VPK_Pack_f(const CCommand& args) const char* workspacePath = fs_packedstore_workspace->GetString(); - if (!FileSystem()->IsDirectory(workspacePath, "PLATFORM")); + if (!FileSystem()->IsDirectory(workspacePath, "PLATFORM")) { Error(eDLL_T::FS, NO_ERROR, "Workspace path \"%s\" doesn't exist!\n", workspacePath); return;