Skip to content

Commit

Permalink
Minor cleanup, eliminating unused variable messages for defaultSmallI…
Browse files Browse the repository at this point in the history
…mage and defaultSmallText (#155)

Co-authored-by: Joseph Ecker <joe.ecker@nexenta.com>
  • Loading branch information
eckerj and Joseph Ecker authored Apr 21, 2023
1 parent 521603f commit 50f242b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Assets/Script/ThirdParty/DiscordController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@ private void SetDefaultActivity() {
CurrentActivity = new Activity {
Assets = {
LargeImage = defaultLargeImage,
LargeText = defaultLargeText
LargeText = defaultLargeText,
SmallImage = defaultSmallImage,
SmallText = defaultSmallText
},
Details = defaultDetails,
State = defaultState,
Expand All @@ -255,4 +257,4 @@ private void SetActivity(string smallImage, string smallText, string details, st
}
};
}
}
}

0 comments on commit 50f242b

Please sign in to comment.