ddnet/src
bors[bot] 849513f9ed
Merge #4787
4787: Fix some spacing in settings with German r=heinrich5991 a=def-

Reported by Izanagi on Discord
Old:
![screenshot-20220305@100323](https://user-images.githubusercontent.com/2335377/156877157-53e59c1c-455c-4ee1-ae44-14099c58d68d.png)
New:
![screenshot-20220305@102430](https://user-images.githubusercontent.com/2335377/156877213-92be8b48-9844-4095-adc7-6d70f203e63e.png)

## Checklist

- [x] Tested the change ingame
- [x] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


Co-authored-by: def <dennis@felsin9.de>
2022-03-08 16:07:00 +00:00
..
android Add Android build scripts 2021-08-24 12:18:20 +02:00
antibot Merge pull request #3961 from fokkonaut/pr-antibot 2021-12-19 19:33:56 +01:00
base Unify buffer handling in UDP sockets across operating systems 2022-03-05 14:11:03 +01:00
engine CServer: Refactor the handling of the current map versions 2022-03-08 14:24:37 +03:00
game Merge #4787 2022-03-08 16:07:00 +00:00
macos OSX -> macOS 2021-02-12 13:41:41 +01:00
macoslaunch Better fixes 2022-01-26 11:01:11 +01:00
mastersrv Remove unused Flags argument in network code 2022-03-04 19:33:06 +01:00
steam Add modernize-deprecated-headers 2022-02-15 00:22:52 +01:00
test Add size checks to CVariableInt::Pack and ::Unpack 2022-03-05 20:49:55 +01:00
tools Unify buffer handling in UDP sockets across operating systems 2022-03-05 14:11:03 +01:00
twping Remove unused Flags argument in network code 2022-03-04 19:33:06 +01:00