]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Add a string_null check to inputbox input filter
authordrjaska <drjaska83@gmail.com>
Sun, 10 Nov 2024 11:58:49 +0000 (13:58 +0200)
committerdrjaska <drjaska83@gmail.com>
Sun, 10 Nov 2024 12:06:45 +0000 (14:06 +0200)
commitb8baca70774944ab194ac86b44d9bc8298949341
tree1d7188f5be5d549b9f3a592e5b8f85370e6ea729
parent3475463529e6976c6f380abf33992218b2a7f486
Add a string_null check to inputbox input filter

This check was forgotten and in the cases where the inputbox doesn't
have a defined allowed characters list causes all input to be filtered.

Fixes https://gitlab.com/xonotic/xonotic-data.pk3dir/-/issues/2946
qcsrc/menu/item/inputbox.qc