删除测试内容

This commit is contained in:
milimoe 2024-10-29 00:29:30 +08:00
parent 5e69b9532d
commit cce98072d4
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -307,7 +307,7 @@ namespace Oshima.Core.Utils
// 开始空投
Msg = "";
(actionQueue, true);
(actionQueue);
if (isWeb) result.Add("=== 空投 ===\r\n" + Msg);
double = 80;
@ -506,13 +506,9 @@ namespace Oshima.Core.Utils
if (PrintOut) Console.WriteLine(str);
}
public static void (ActionQueue queue, bool first = false)
public static void (ActionQueue queue)
{
Item a = Items[Random.Shared.Next(Items.Count)];
if (first)
{
a = Items.Where(row => row.Name == "魔能法袍").FirstOrDefault() ?? a;
}
Item[] = [a];
WriteLine($"社区送温暖了,现在向所有人发放 [ {a.Name} ]");
foreach (Character character in queue.Queue)