mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: duty roulette stuff
This commit is contained in:
parent
d21d366993
commit
f40326fde7
1 changed files with 5 additions and 0 deletions
|
|
@ -59,6 +59,11 @@ namespace Dalamud.Game.Network {
|
|||
return;
|
||||
}
|
||||
|
||||
if (string.IsNullOrEmpty(contentFinderCondition.Name)) {
|
||||
contentFinderCondition.Name = "Duty Roulette";
|
||||
contentFinderCondition.Image = 112324;
|
||||
}
|
||||
|
||||
Task.Run(async () => {
|
||||
this.dalamud.Framework.Gui.Chat.Print($"Duty pop: " + contentFinderCondition.Name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue