MT-CTF / capturetheflag

Capture the Flag game using the Minetest Voxel Engine
https://ctf.rubenwardy.com
81 stars 88 forks source link

Remove new line when map.hint isn't nil but is empty #1200

Closed Emojigit closed 1 year ago

Emojigit commented 1 year ago

The original check of empty map hint only checks for a nil map hint. This PR also checks for an empty (i.e. "") map hint.

This PR is ready for review.

Before: Screenshot_20230810_095020

After: Screenshot_20230810_094843