modernized for 2026 gmod functionality
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user