mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Fix Rider error because of error message format
This commit is contained in:
parent
807e1d9287
commit
ea0d15d2d1
@ -36,7 +36,7 @@ public static void GenerateSyncListInstanceInitializer(ILProcessor ctorWorker, F
|
||||
catch (Exception)
|
||||
{
|
||||
Weaver.fail = true;
|
||||
Log.Error($"Missing parameter-less constructor for: {fd.FieldType.Name}");
|
||||
Log.Error("Missing parameter-less constructor for:" + fd.FieldType.Name);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user