From 3647ed79b9c0614cf67d1777d10330791bd7fe20 Mon Sep 17 00:00:00 2001 From: urnati Date: Sun, 4 Jan 2026 12:30:34 -0500 Subject: [PATCH] - Debug OFF --- TitanPost/TitanPost.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TitanPost/TitanPost.lua b/TitanPost/TitanPost.lua index f06701a..df24026 100644 --- a/TitanPost/TitanPost.lua +++ b/TitanPost/TitanPost.lua @@ -27,7 +27,7 @@ mailbox.expiry_num = 0 mailbox.ignore_next_pending = false local player = TitanUtils_GetPlayer() -local debug = true; +local debug = false; local SECONDS_PER_DAY = 24 * 60 * 60 local SECONDS_PER_HOUR = 60 * 60 local MAX_MAIL_DAYS = 30 -- 1.7.9.5