diff options
| author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-12-17 20:28:54 -0500 | 
|---|---|---|
| committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-12-17 20:28:54 -0500 | 
| commit | 01e76e1ea793dee1eaa4c6b800f0786d030e6051 (patch) | |
| tree | d2083c894973789ba80318e94a40908dcfafa8ad | |
| parent | dfed550cae5baa07258ebb743a3e3dd5f6b76168 (diff) | |
remove redundant ~= nil
| -rw-r--r-- | init.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -17,7 +17,7 @@ pipeworks.modpath = minetest.get_modpath("pipeworks")  dofile(pipeworks.modpath.."/default_settings.txt") -if io.open(pipeworks.worldpath.."/pipeworks_settings.txt","r") ~= nil then +if io.open(pipeworks.worldpath.."/pipeworks_settings.txt","r") then  	dofile(pipeworks.worldpath.."/pipeworks_settings.txt")  end | 
