This commit is contained in:
opti1337 2024-10-29 21:31:56 +03:00
parent 47793719cb
commit 11c4bb9ebf

View File

@ -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<LobbyInformation> lobbies;
lobbies = await Networking.QueryLobbies("koptilnya.kakozuzo_2");
Log.Info(lobbies.Count);
}
protected override void OnUpdate()
{
base.OnUpdate();