diff --git a/main.go b/main.go index 17252e8..95ad93d 100644 --- a/main.go +++ b/main.go @@ -106,14 +106,9 @@ func main() { color.Green("> Complete!") case "pull": + color.Red("> Forcefully updating API Cache") api.InitAPI() - color.Cyan("> Checking API Cache") - if api.CheckAPICache() == 0 { - color.Green("> API Cache is up to date!") - } else { - color.Red("> API Cache out of date!") - api.UpdateAPICache() - } + api.UpdateAPICache() case "toggle", "tm", "togglemods": if tools.ToggleMods() { color.Cyan("> Mods Enabled")