Skip to content

Commit

Permalink
Fix windows build (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka committed Oct 6, 2024
1 parent 503be52 commit 51fe397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/export/cvars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ extern "C" PLUGIN_API void GetConVarBounds(const plg::string& output, CConVarBas
break;
}
}
std::construct_at(&output, std::move(value));
std::construct_at(&output, value);
}

/**
Expand Down

0 comments on commit 51fe397

Please sign in to comment.