aboutsummaryrefslogtreecommitdiff
path: root/auth_files.go
diff options
context:
space:
mode:
authorEdzell <derz@elidragon.com>2022-04-21 14:12:56 +0200
committerEdzell <derz@elidragon.com>2022-04-21 14:12:56 +0200
commit655ae2e305935757457827ecf2427af7c65c281c (patch)
tree765f5358a02f14a2f05cf608dd1e8916f448f853 /auth_files.go
parent2ceb71f684e57756ede828829fbfc05b89b0ff28 (diff)
parentcf9ed6257694b661df8d0752a0af39c9e5780545 (diff)
Merge branch 'HimbeerserverDE-main'
Diffstat (limited to 'auth_files.go')
-rw-r--r--auth_files.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth_files.go b/auth_files.go
index e6b4abf..e05cff3 100644
--- a/auth_files.go
+++ b/auth_files.go
@@ -146,7 +146,6 @@ func (a authFiles) Unban(id string) error {
if string(name) == id {
return os.Remove(Path("ban/", f.Name()))
- break
}
}
}