From 11c4bb9ebf8d59ac14b6726072cf97e7a89bc6e1 Mon Sep 17 00:00:00 2001 From: opti1337 Date: Tue, 29 Oct 2024 21:31:56 +0300 Subject: [PATCH] ZX --- Code/Kal.cs | 10 ---------- 1 file changed, 10 deletions(-) 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();