mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Fixed everything that's wrong with Mirror (#3059)
This commit is contained in:
parent
fe8893dd3a
commit
171d3543be
@ -27,7 +27,7 @@ public static class CompilationFinishedHook
|
||||
// delete for subscription to Weaver error messages
|
||||
public static Action<string> OnWeaverError;
|
||||
|
||||
// controls weather Weaver errors are reported direct to the Unity console (tests enable this)
|
||||
// controls whether Weaver errors are reported direct to the Unity console (tests enable this)
|
||||
public static bool UnityLogEnabled = true;
|
||||
|
||||
[InitializeOnLoadMethod]
|
||||
|
Loading…
Reference in New Issue
Block a user