From 1a1c375eeb59173b1381dd477255cb33fe5358da Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Thu, 21 Oct 2021 18:04:44 +0200 Subject: [PATCH] removed sleep, rl is in effect anyway --- csgo/demo_loader.go | 1 - utils/utils.go | 1 - 2 files changed, 2 deletions(-) diff --git a/csgo/demo_loader.go b/csgo/demo_loader.go index 4235eb3..2c23291 100644 --- a/csgo/demo_loader.go +++ b/csgo/demo_loader.go @@ -21,7 +21,6 @@ import ( "time" ) -//goland:noinspection SpellCheckingInspection const ( APPID = 730 ) diff --git a/utils/utils.go b/utils/utils.go index 1a914f7..394a8b7 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -301,7 +301,6 @@ func GetNewShareCodesForPlayer(player *ent.Player, lock *sync.RWMutex, apiKey st if err != nil { return nil, err } - time.Sleep(time.Second) } lock.Lock()