Currently this only gives an error message on the client but doesn't
send extra details to the server log in the default setup
}
else if (versionCompare != ICompatibilityManager.VersionCompareResult.Compatible || platformSpecificData == null)
{
- _logger.LogTrace("Client connected using unsupported version: {clientVersion} ({version})", clientVersion.Value, clientVersion.ToString());
+ _logger.LogInformation("Client connected using unsupported version: {clientVersion} ({version})", clientVersion.Value, clientVersion.ToString());
using var packet = MessageWriter.Get(MessageType.Reliable);