Remove overhang from semaphoreindex removal

This commit is contained in:
stratic-dev
2024-10-14 21:37:38 +01:00
parent 35a0c910af
commit f6efbb39a6

View File

@@ -96,7 +96,6 @@ func NewServer(config *Config) *ChannelServer {
stages: stages, stages: stages,
userBinaryParts: make(map[userBinaryPartID][]byte), userBinaryParts: make(map[userBinaryPartID][]byte),
semaphore: make(map[string]*Semaphore), semaphore: make(map[string]*Semaphore),
semaphoreIndex: 7,
discordBot: config.DiscordBot, discordBot: config.DiscordBot,
name: config.Name, name: config.Name,
raviente: &Raviente{ raviente: &Raviente{