mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
change getRaviSemaphore scope & handle RegisterEvent
This commit is contained in:
@@ -91,7 +91,7 @@ func NewRaviente() *Raviente {
|
||||
}
|
||||
|
||||
func (s *Server) GetRaviMultiplier() float64 {
|
||||
raviSema := getRaviSemaphore(s)
|
||||
raviSema := s.getRaviSemaphore()
|
||||
if raviSema != nil {
|
||||
var minPlayers int
|
||||
if s.raviente.register[9] > 8 {
|
||||
|
||||
Reference in New Issue
Block a user