Skip to content

Commit

Permalink
[GitHub Action] Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 20, 2024
1 parent a1861d7 commit c938ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Mod-Creation/Assets/Artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ namespace YourNamespaceHere
}
private void MyArtifactEffect(Run run)
{
if(NetowkServer.active && RunArtifactManager.instance.IsArtifactEnabled(MyArtifactDef)
Chat.AddMessage("My Artifact has been enabled!"
if(NetworkServer.active && RunArtifactManager.instance.IsArtifactEnabled(MyArtifactDef))
Chat.AddMessage("My Artifact has been enabled!")
}
}
}
Expand Down

0 comments on commit c938ebc

Please sign in to comment.