Skip to content

Commit 1050141

Browse files
authored
forgot to change a line of code to match function name
1 parent 980b19d commit 1050141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/net/sacredlabyrinth/phaed/simpleclans/hooks/discord

src/main/java/net/sacredlabyrinth/phaed/simpleclans/hooks/discord/DiscordHook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ public void createChannel(@NotNull String clanTag)
419419

420420
} finally {
421421
// unlock channel creation for this clantag, perchance.
422-
channelsBeingCreated.remove(clanTag);
422+
channelIsBeingCreated.remove(clanTag);
423423
}
424424
}
425425

0 commit comments

Comments
 (0)