-
-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
If you diff the old and the new (0.9.4) BepInEx.cfg
:
[Logging.Console]
< Enabled = false
11c10
< ForceBepInExTTYDriver = false
---
> ForceBepInExTTYDriver = true
28c27
< WriteUnityLog = false
---
> WriteUnityLog = true
Resulting in every log message to be logged twice:
[Info : Unity Log] 03/10/2021 21:30:58: Sending disconnect msg
03/10/2021 21:30:58: Sending disconnect msg
[Info : Unity Log] 03/10/2021 21:30:58: Disposing socket
03/10/2021 21:30:58: Disposing socket
[Info : Unity Log] 03/10/2021 21:30:58: Stopping listening socket
03/10/2021 21:30:58: Stopping listening socket
[Info : Unity Log] 03/10/2021 21:30:58: Last socket, unregistering callback
03/10/2021 21:30:58: Last socket, unregistering callback
[Info : Unity Log] 03/10/2021 21:30:58: ZSteamSocket UnregisterGlobalCallbacks, existing sockets:0
03/10/2021 21:30:58: ZSteamSocket UnregisterGlobalCallbacks, existing sockets:0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working