Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
demonixis committed Dec 19, 2022
1 parent 77f9234 commit 47c524a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Vendors/aimlbot.net/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void WriteToLog(string message)
}
}

if (!Equals(null, WrittenToLog)) WrittenToLog();
WrittenToLog?.Invoke();
}

#endregion
Expand Down

0 comments on commit 47c524a

Please sign in to comment.