diff options
author | Edzell <derz@elidragon.com> | 2022-04-21 14:12:56 +0200 |
---|---|---|
committer | Edzell <derz@elidragon.com> | 2022-04-21 14:12:56 +0200 |
commit | 655ae2e305935757457827ecf2427af7c65c281c (patch) | |
tree | 765f5358a02f14a2f05cf608dd1e8916f448f853 /auth_files.go | |
parent | 2ceb71f684e57756ede828829fbfc05b89b0ff28 (diff) | |
parent | cf9ed6257694b661df8d0752a0af39c9e5780545 (diff) |
Merge branch 'HimbeerserverDE-main'
Diffstat (limited to 'auth_files.go')
-rw-r--r-- | auth_files.go | 1 |
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 } } } |