From 6fb06da0e43475985058041c5024b58330685a1c Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Sun, 10 Aug 2025 01:18:01 +0100 Subject: [PATCH] Update playerfunctions.lua --- shared/playerfunctions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/playerfunctions.lua b/shared/playerfunctions.lua index c8b64e6..72de934 100644 --- a/shared/playerfunctions.lua +++ b/shared/playerfunctions.lua @@ -553,7 +553,7 @@ end --- ``` function getPlayer(source) local Player = {} - debugPrint("^6Bridge^7: ^2Getting ^3Player^2 info^7") + --debugPrint("^6Bridge^7: ^2Getting ^3Player^2 info^7") if source then local src = tonumber(source)