Disable PRINT_NAMES in areas

This commit is contained in:
Wuzzy 2024-11-27 13:27:51 +01:00
parent d8af561cb2
commit 2581923fbd

View File

@ -1,4 +1,6 @@
local PRINT_AREAS = true -- Set to true to print area names in console
-- (needed for updating areas_list.lua)
local PRINT_AREAS = false
-- Load the areas table from the save file -- Load the areas table from the save file
function areas:load() function areas:load()