Skip to content

Commit

Permalink
Add an annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored Apr 16, 2024
1 parent e2b7990 commit f02b18f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/system/import.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ function import(name, isLazy)
return existing
end

-- As this creates a lot of entries in your log very quickly, we only enable it on fafdevelop.
local GameType = rawget(_G, "GameType")
if GameType == "fafdevelop" then
SPEW(string.format("%sLoading module: %s", string.rep("-> ", indent) or "", name))
Expand Down

0 comments on commit f02b18f

Please sign in to comment.