mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 15:14:03 +03:00
Correct multiplexing
This commit is contained in:
@@ -50,8 +50,8 @@ func (m multiStats) Crash() {
|
||||
}
|
||||
}
|
||||
|
||||
func (m multiStats) AntiReplayDetected() {
|
||||
func (m multiStats) ReplayDetected() {
|
||||
for i := range m {
|
||||
go m[i].AntiReplayDetected()
|
||||
go m[i].ReplayDetected()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user