Skip to content

Commit

Permalink
Merge branch 'feature/2023.10.24' into feature/lock-paper-scissors
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Dec 17, 2023
2 parents a544425 + 132b7f0 commit 14827d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public override async ValueTask DeserializeAsync(IClientPlayer sender, IClientPl

public override async ValueTask<bool> HandleRpcAsync(ClientPlayer sender, ClientPlayer? target, RpcCalls call, IMessageReader reader)
{
_logger.LogTrace("Got RPC {0}", call);
switch (call)
{
case RpcCalls.PlayAnimation:
Expand Down

0 comments on commit 14827d1

Please sign in to comment.