modernized for 2026 gmod functionality
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
net.Receive("JB.GetLogs",function()
|
||||
local DamageLog = net.ReadTable();
|
||||
local printLog=tobool(net.ReadBit());
|
||||
local printLog = net.ReadBool();
|
||||
|
||||
if printLog then
|
||||
MsgC(JB.Color.white,[[
|
||||
|
||||
Reference in New Issue
Block a user