lmao whitespace

This commit is contained in:
endigma 2021-01-30 15:40:05 -04:00
parent 61fc43c41a
commit 2b19b57541

View File

@ -37,7 +37,6 @@ func DownloadMod(depString string) (int, string) {
modFolder := sysinfo.PluginDir + "/" + depString + "-" + modVersion
if utils.PathExists(modFolder) {
return 1, modver
}