from retail

This commit is contained in:
NoM0Re
2025-01-19 14:54:14 +01:00
parent dccd22b610
commit 87c681b2f3
10 changed files with 62 additions and 25 deletions
+5 -5
View File
@@ -8,11 +8,11 @@ local debugLogs = {}
local enabled = {}
Private.DebugLog = {
-- Print
-- Clear
-- SetEnabled
-- IsEnabled
-- GetLogs
Print = function(uid, text, ...) end,
Clear = function(uid) end,
SetEnabled = function(uid, enabled) end,
IsEnabled = function(uid) end,
GetLogs = function(uid) end
}
local function serialize(log, input)