From 35dd2fbac2b3fc36e2d1a7da7a73da670a22bcd9 Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Sun, 22 Aug 2021 17:16:46 +0100 Subject: [PATCH] CLEANUP - remove extra newlines --- QSB/Player/PlayerInfo.cs | 1 - QSB/TimeSync/WakeUpSync.cs | 1 - QSB/Utility/DebugGUI.cs | 1 - 3 files changed, 3 deletions(-) diff --git a/QSB/Player/PlayerInfo.cs b/QSB/Player/PlayerInfo.cs index e4448cf2..01a28795 100644 --- a/QSB/Player/PlayerInfo.cs +++ b/QSB/Player/PlayerInfo.cs @@ -129,7 +129,6 @@ namespace QSB.Player } } - public PlayerInfo(uint id) { PlayerId = id; diff --git a/QSB/TimeSync/WakeUpSync.cs b/QSB/TimeSync/WakeUpSync.cs index 51192bf4..7e97e712 100644 --- a/QSB/TimeSync/WakeUpSync.cs +++ b/QSB/TimeSync/WakeUpSync.cs @@ -237,7 +237,6 @@ namespace QSB.TimeSync { _serverTime = Time.timeSinceLevelLoad; - var serverState = ServerStateManager.Instance.GetServerState(); var clientState = QSBPlayerManager.LocalPlayer.State; diff --git a/QSB/Utility/DebugGUI.cs b/QSB/Utility/DebugGUI.cs index a04e8759..3328f63f 100644 --- a/QSB/Utility/DebugGUI.cs +++ b/QSB/Utility/DebugGUI.cs @@ -60,7 +60,6 @@ namespace QSB.Utility var networkTransform = player.TransformSync; var sector = networkTransform.ReferenceSector; - GUI.Label(new Rect(420, offset2, 400f, 20f), $" - L.Pos : {networkTransform.transform.localPosition}", guiStyle); offset2 += _debugLineSpacing; GUI.Label(new Rect(420, offset2, 400f, 20f), $" - Sector : {(sector == null ? "NULL" : sector.Name)}", guiStyle);