1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Revert "Extend minetest.is_yes()"

This reverts commit c435eabf3f.
This commit is contained in:
sfan5
2017-01-07 11:05:05 +01:00
parent c435eabf3f
commit ce106a4113
2 changed files with 1 additions and 3 deletions

View File

@@ -147,8 +147,6 @@ void TestUtilities::testIsYes()
UASSERT(is_yes("0") == false);
UASSERT(is_yes("1") == true);
UASSERT(is_yes("2") == true);
UASSERT(is_yes("on") == true);
UASSERT(is_yes("off") == false);
}