mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 10:14:01 +03:00
Correct multiplexing
This commit is contained in:
@@ -79,8 +79,8 @@ func (s *statsStatsd) Crash() {
|
||||
s.client.Increment("crashes")
|
||||
}
|
||||
|
||||
func (s *statsStatsd) AntiReplayDetected() {
|
||||
s.client.Increment("anti_replays")
|
||||
func (s *statsStatsd) ReplayDetected() {
|
||||
s.client.Increment("replay_attacks")
|
||||
}
|
||||
|
||||
func newStatsStatsd() (Interface, error) {
|
||||
|
||||
Reference in New Issue
Block a user