Skip to content

Commit

Permalink
small fix (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
stilnat authored Aug 10, 2023
1 parent a3f5b90 commit 4c23197
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void ClientProcessCommand(string command)
OfflineProcessCommand(command);
return;
}
CmdProcessCommand(command);
CmdProcessOnlineCommand(command);
}

[ServerOrClient]
Expand Down

0 comments on commit 4c23197

Please sign in to comment.