Skip to content

Commit f9b4353

Browse files
committed
Luacheck
1 parent b332106 commit f9b4353

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.luacheckrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ read_globals = {
1010
"AreaStore",
1111
"default",
1212
"mesecon",
13+
"utf8",
1314
table = { fields = { "copy", "getn", "indexof" } }
1415
}
1516

internal.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ function areas:save()
2121
end
2222

2323
local function migrate_by_strings(self)
24-
local t1 = core.get_us_time()
2524
local migrated = 0
2625
for _, area in pairs(self.areas) do
2726
-- Search without a pattern (the "true" argument) as it is much faster

0 commit comments

Comments
 (0)