Skip to content

Commit

Permalink
fix: syncvars in commands work again (#1131)
Browse files Browse the repository at this point in the history
* fix: syncvars in commands work again
  • Loading branch information
paulpach committed Oct 1, 2019
1 parent fb15c56 commit c24a73f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ static void ProcessSiteMethod(TypeDefinition td, MethodDefinition md)

if (md.Name == ".cctor" ||
md.Name == NetworkBehaviourProcessor.ProcessedFunctionName ||
md.Name.StartsWith("CallCmd") ||
md.Name.StartsWith("InvokeCmd") ||
md.Name.StartsWith("InvokeRpc") ||
md.Name.StartsWith("InvokeSyn"))
return;

Expand Down

0 comments on commit c24a73f

Please sign in to comment.