Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cmkushnir authored Oct 12, 2022
1 parent 0ae4312 commit 86803bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/NMS/MBINC/MBINC.p.cache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ protected static MBINC LoadReleaseLocked( Game.Release RELEASE )
// if not on disk then download from GitHub
if( !File.Exists(target) ) {
var action = () => {
var dialog = new DownloadDialog {
var dialog = new cmk.DownloadDialog() {
DescriptionText =
"You don't have the required version of libMBIN | MBINCompiler.\n" +
"Would you like to download the required file ?",
Expand Down

0 comments on commit 86803bf

Please sign in to comment.