diff --git a/QSB/AssetBundles/qsb_network b/QSB/AssetBundles/qsb_network index c9a19ef1..036ad744 100644 Binary files a/QSB/AssetBundles/qsb_network and b/QSB/AssetBundles/qsb_network differ diff --git a/QSB/TimeSync/StopMeditation.cs b/QSB/TimeSync/StopMeditation.cs deleted file mode 100644 index 4187670d..00000000 --- a/QSB/TimeSync/StopMeditation.cs +++ /dev/null @@ -1,8 +0,0 @@ -using QSB.Utility; -using UnityEngine; - -namespace QSB.TimeSync; - -// TODO remove from unity project eventually -[UsedInUnityProject] -public class StopMeditation : MonoBehaviour { }