mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 07:55:33 +01:00
remove semaphoreIndex
This commit is contained in:
@@ -57,9 +57,8 @@ type ChannelServer struct {
|
|||||||
userBinaryParts map[userBinaryPartID][]byte
|
userBinaryParts map[userBinaryPartID][]byte
|
||||||
|
|
||||||
// Semaphore
|
// Semaphore
|
||||||
semaphoreLock sync.RWMutex
|
semaphoreLock sync.RWMutex
|
||||||
semaphore map[string]*Semaphore
|
semaphore map[string]*Semaphore
|
||||||
semaphoreIndex uint32
|
|
||||||
|
|
||||||
// Discord chat integration
|
// Discord chat integration
|
||||||
discordBot *discordbot.DiscordBot
|
discordBot *discordbot.DiscordBot
|
||||||
|
|||||||
Reference in New Issue
Block a user