From f02b18fc7ec329a474ecad6f5c430a089a24432c Mon Sep 17 00:00:00 2001 From: Basilisk3 <126026384+Basilisk3@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:20:14 +0200 Subject: [PATCH] Add an annotation --- lua/system/import.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/system/import.lua b/lua/system/import.lua index aa53fe903e..e6f6454abc 100644 --- a/lua/system/import.lua +++ b/lua/system/import.lua @@ -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))