Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Fix crash when another mod outputs on terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbith committed Apr 11, 2020
1 parent 8c7408f commit 3f34d27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1445,6 +1445,7 @@ local function tablelen(t)
end

local function get_init_items()
print()
local ic, it, last_str = 0, tablelen(reg_items), ""
local hash = {}

Expand Down

0 comments on commit 3f34d27

Please sign in to comment.