modernized for 2026 gmod functionality

This commit is contained in:
2026-01-04 18:26:23 -06:00
parent 1d676526fe
commit 1f89099250
7 changed files with 60 additions and 39 deletions

View File

@@ -238,7 +238,7 @@ local getLogs=function(p,cmd,a)
net.Start("JB.GetLogs");
net.WriteTable(logs or {});
net.WriteBit(true);
net.WriteBool(true);
net.Send(p);
end
concommand.Add("jb_logs_get",getLogs);