mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
test using alternative tracking raviente semaphore
This commit is contained in:
@@ -262,7 +262,7 @@ func (s *Session) notifyRavi() {
|
|||||||
|
|
||||||
func getRaviSemaphore(s *Server) *Semaphore {
|
func getRaviSemaphore(s *Server) *Semaphore {
|
||||||
for _, semaphore := range s.semaphore {
|
for _, semaphore := range s.semaphore {
|
||||||
if strings.HasPrefix(semaphore.id_semaphore, "hs_l0u3B5") && strings.HasSuffix(semaphore.id_semaphore, "4") {
|
if strings.HasPrefix(semaphore.id_semaphore, "hs_l0u3B5") && strings.HasSuffix(semaphore.id_semaphore, "3") {
|
||||||
return semaphore
|
return semaphore
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user