From 446cd5deae41c4f9e2ea4dc1d17a56f9ebad4a57 Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Fri, 4 Apr 2025 11:23:51 +0200 Subject: [PATCH] Fixup ChecklistChannel --- .../velocitycore/discord/channels/ChecklistChannel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VelocityCore/src/de/steamwar/velocitycore/discord/channels/ChecklistChannel.java b/VelocityCore/src/de/steamwar/velocitycore/discord/channels/ChecklistChannel.java index 52377976..6f19f34e 100644 --- a/VelocityCore/src/de/steamwar/velocitycore/discord/channels/ChecklistChannel.java +++ b/VelocityCore/src/de/steamwar/velocitycore/discord/channels/ChecklistChannel.java @@ -42,7 +42,7 @@ public class ChecklistChannel extends DiscordChannel { schems.removeIf(schem -> lastSchematics.contains(schem.getId())); for(SchematicNode schem : schems) { - String waitTime = ""; + String waitTime = ""; system("CHECK_LIST_TO_CHECK", waitTime, schem.getSchemtype().getKuerzel(), SteamwarUser.get(schem.getOwner()).getUserName(), schem.getName()); lastSchematics.add(schem.getId()); }