Skip to content

Commit

Permalink
Update RLBotCS/Server/BridgeMessage.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolaj 'Eastvillage' Ø Jensen <[email protected]>
  • Loading branch information
VirxEC and NicEastvillage authored Oct 12, 2024
1 parent d113abd commit 8bb3ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RLBotCS/Server/BridgeMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public void HandleMessage(BridgeContext context)
}
}

context.Logger.LogError($"Failed to find script with group id {AgentId}");
context.Logger.LogError($"Failed to find script with agent id {AgentId}");
}
else if (context.ProcPlayerPair.ReservePlayer(AgentId) is (PlayerIdMap, uint) player)
{
Expand Down

0 comments on commit 8bb3ddd

Please sign in to comment.