This commit is contained in:
Mister_Nebula 2020-08-17 21:38:32 +01:00
parent 42954b25e3
commit 91fc9b12ca
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
using OWML.ModHelper.Events;
using QSB.Events;
using QSB.Utility;
using UnityEngine;
using UnityEngine.Networking;
@ -33,7 +32,6 @@ namespace QSB.TimeSync
private void Start()
{
DebugLog.ToConsole("WAKEUPSYNC NETID IS " + netId.Value);
if (!isLocalPlayer)
{
return;
@ -70,7 +68,6 @@ namespace QSB.TimeSync
private void Init()
{
DebugLog.ToConsole("WAKEUPSYNC NETID IS " + netId.Value);
GlobalMessenger.FireEvent(EventNames.QSBPlayerStatesRequest);
_state = State.Loaded;
gameObject.AddComponent<PreserveTimeScale>();

View File

@ -87,7 +87,6 @@ namespace QSB.TransformSync
// If this script is attached to any other body, eg the representations of other players
if (SyncedTransform.position == Vector3.zero)
{
DebugLog.ToConsole($"{GetType().Name} of id {PlayerId} is at 0,0,0!");
Hide();
}
else