diff --git a/Code/Kal.cs b/Code/Kal.cs index d80ca5b..332b9d7 100644 --- a/Code/Kal.cs +++ b/Code/Kal.cs @@ -71,8 +71,6 @@ public sealed class Kal : Component { Controller.Punch(Vector3.Up * JumpStrength); AnimationHelper?.TriggerJump(); - - getLobbies(); } if (!AnimationHelper.IsValid()) return; @@ -83,14 +81,6 @@ public sealed class Kal : Component AnimationHelper.IsGrounded = Controller.IsOnGround; } - async void getLobbies() - { - List lobbies; - lobbies = await Networking.QueryLobbies("koptilnya.kakozuzo_2"); - - Log.Info(lobbies.Count); - } - protected override void OnUpdate() { base.OnUpdate();