Fixed missing default value.

master
Robert Zenz 2016-01-02 11:40:01 +01:00
parent f2704b0d98
commit c660b3f475
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-- the player inventory.
autodrops = {
--- If the system should be automatically activated.
activate_automatically = settings.get_bool("autodrops_activate"),
activate_automatically = settings.get_bool("autodrops_activate", true),
--- If the system is currently active/has been activated.
active = false,