diff --git a/RLBotCS/Server/BridgeMessage.cs b/RLBotCS/Server/BridgeMessage.cs index c89af77..fcdffdf 100644 --- a/RLBotCS/Server/BridgeMessage.cs +++ b/RLBotCS/Server/BridgeMessage.cs @@ -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) {