]> git.lizzy.rs Git - minetest.git/commit
Avoid try/catch for settings.
authorAuke Kok <sofar@foo-projects.org>
Tue, 8 Mar 2016 04:23:34 +0000 (20:23 -0800)
committerest31 <MTest31@outlook.com>
Wed, 9 Mar 2016 00:45:23 +0000 (01:45 +0100)
commitdc8bf4e9284bdc0b9367dc8dc23c394e7b5bde34
treea94340a54f046b23c2cd3266a74dc5fc4d2a5b78
parent4e59fcf5c1e40dee764317a1190dceadc3a77829
Avoid try/catch for settings.

We can just test for the presence of these settings nicely here,
no need to use a try / catch construct.
src/environment.cpp