undo default-config change and add PlayerHeadRotationSync log

This commit is contained in:
Mister_Nebula 2021-05-07 22:02:50 +01:00
parent f1d0548d17
commit 64280dcc4c
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ namespace QSB.Animation.Player
public void Init(Transform lookBase)
{
DebugLog.DebugWrite($"Init - attached to {gameObject.name}");
_attachedAnimator = GetComponent<Animator>();
_lookBase = lookBase;
_isSetUp = true;

View File

@ -3,7 +3,7 @@
"settings": {
"defaultServerIP": "localhost",
"port": 7777,
"debugMode": false,
"debugMode": true,
"showLinesInDebug": false,
"socketedObjToDebug": -1
}