Skip to content

Commit

Permalink
fixing my bullshit again
Browse files Browse the repository at this point in the history
  • Loading branch information
stilnat committed Aug 10, 2023
1 parent 4c23197 commit 4b56433
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private void OfflineProcessCommand(string command)
/// <param name="command">Command and it's args separated by spaces</param>
/// <returns>Command response</returns>
[ServerRpc(RequireOwnership = false)]
private void CmdOnlineProcessCommand(string command, NetworkConnection conn = null)
private void CmdProcessOnlineCommand(string command, NetworkConnection conn = null)
{
string ckey = Subsystems.Get<PlayerSystem>().GetCkey(conn);

Expand Down

0 comments on commit 4b56433

Please sign in to comment.