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

@@ -332,7 +332,7 @@ function JB:EndRound(winner)
net.Start("JB.GetLogs");
net.WriteTable(JB.ThisRound and JB.ThisRound.Logs or {});
net.WriteBit(true);
net.WriteBool(true);
net.Broadcast(p);
net.Start("JB.SendRoundUpdate"); net.WriteInt(STATE_ENDED,8); net.WriteInt(winner or 0, 8); net.Broadcast();