mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (string.IsNullOrEmpty(contentFinderCondition.Name)) {
|
||||||
|
contentFinderCondition.Name = "Duty Roulette";
|
||||||
|
contentFinderCondition.Image = 112324;
|
||||||
|
}
|
||||||
|
|
||||||
Task.Run(async () => {
|
Task.Run(async () => {
|
||||||
this.dalamud.Framework.Gui.Chat.Print($"Duty pop: " + contentFinderCondition.Name);
|
this.dalamud.Framework.Gui.Chat.Print($"Duty pop: " + contentFinderCondition.Name);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue