diff options
author | orwell96 <orwell@bleipb.de> | 2021-01-02 20:00:36 +0100 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2021-02-10 16:39:46 +0100 |
commit | 672b4a422cc6d4e9cb9bd9925a55e9a2127883f0 (patch) | |
tree | ccef1f34ca20238af94d5a53cd2d105ccdd7487c /advtrains/init.lua | |
parent | 41568a3e2ef438baa90c8d41045b81cf7bb15e17 (diff) | |
download | advtrains-672b4a422cc6d4e9cb9bd9925a55e9a2127883f0.tar.gz advtrains-672b4a422cc6d4e9cb9bd9925a55e9a2127883f0.tar.bz2 advtrains-672b4a422cc6d4e9cb9bd9925a55e9a2127883f0.zip |
Remove debug facilities
Diffstat (limited to 'advtrains/init.lua')
-rw-r--r-- | advtrains/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/advtrains/init.lua b/advtrains/init.lua index a6cd2f0..ea1330d 100644 --- a/advtrains/init.lua +++ b/advtrains/init.lua @@ -37,7 +37,7 @@ local GENERATE_ATRICIFIAL_LAG = false local HOW_MANY_LAG = 1.0 -- Simulate a higher server step interval, as it occurs when the server is on high load -advtrains.IGNORE_WORLD = true +advtrains.IGNORE_WORLD = false -- Run advtrains without respecting the world map -- - No world collision checks occur -- - The NDB forcibly places all nodes stored in it into the world regardless of the world's content. @@ -45,7 +45,7 @@ advtrains.IGNORE_WORLD = true -- This mode can be useful for debugging/testing a world without the map data available -- In this case, choose 'singlenode' as mapgen -local NO_SAVE = true +local NO_SAVE = false -- Do not save any data to advtrains save files -- Use a global slowdown factor to slow down train movements. |