We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b332106 commit f9b4353Copy full SHA for f9b4353
.luacheckrc
@@ -10,6 +10,7 @@ read_globals = {
10
"AreaStore",
11
"default",
12
"mesecon",
13
+ "utf8",
14
table = { fields = { "copy", "getn", "indexof" } }
15
}
16
internal.lua
@@ -21,7 +21,6 @@ function areas:save()
21
end
22
23
local function migrate_by_strings(self)
24
- local t1 = core.get_us_time()
25
local migrated = 0
26
for _, area in pairs(self.areas) do
27
-- Search without a pattern (the "true" argument) as it is much faster
0 commit comments