From c4c3a54905f9230bb4d5bd49d8112ffa9fa526f6 Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Tue, 25 Aug 2020 15:10:09 +0100 Subject: [PATCH] cleanup --- QSB/DeathSync/RespawnOnDeath.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QSB/DeathSync/RespawnOnDeath.cs b/QSB/DeathSync/RespawnOnDeath.cs index a1979bf4..2d4988c9 100644 --- a/QSB/DeathSync/RespawnOnDeath.cs +++ b/QSB/DeathSync/RespawnOnDeath.cs @@ -1,8 +1,8 @@ -using OWML.ModHelper.Events; +using OWML.Common; +using OWML.ModHelper.Events; using QSB.Events; -using System.Linq; -using OWML.Common; using QSB.Utility; +using System.Linq; using UnityEngine; namespace QSB.DeathSync