mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-20 15:41:01 +00:00
undo default-config change and add PlayerHeadRotationSync log
This commit is contained in:
parent
f1d0548d17
commit
64280dcc4c
@ -12,6 +12,7 @@ namespace QSB.Animation.Player
|
|||||||
|
|
||||||
public void Init(Transform lookBase)
|
public void Init(Transform lookBase)
|
||||||
{
|
{
|
||||||
|
DebugLog.DebugWrite($"Init - attached to {gameObject.name}");
|
||||||
_attachedAnimator = GetComponent<Animator>();
|
_attachedAnimator = GetComponent<Animator>();
|
||||||
_lookBase = lookBase;
|
_lookBase = lookBase;
|
||||||
_isSetUp = true;
|
_isSetUp = true;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"defaultServerIP": "localhost",
|
"defaultServerIP": "localhost",
|
||||||
"port": 7777,
|
"port": 7777,
|
||||||
"debugMode": false,
|
"debugMode": true,
|
||||||
"showLinesInDebug": false,
|
"showLinesInDebug": false,
|
||||||
"socketedObjToDebug": -1
|
"socketedObjToDebug": -1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user