Skip to content

Commit

Permalink
uncomment actorKill
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove committed Nov 3, 2023
1 parent 0f4bb7e commit 3631d44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ class EventHandler final

// story events
// TODO: implement these
// AppendSink<RE::ActorKill>(std::vector({ "actorKill" }));
AppendSink<RE::ActorKill>(std::vector({ "actorKill" }));
AppendSink<RE::BooksRead>(std::vector({ "bookRead" }));
AppendSink<RE::CriticalHit>(std::vector({ "criticalHit" }));
AppendSink<RE::DisarmedEvent>(std::vector({ "disarmedEvent" }));
Expand Down

0 comments on commit 3631d44

Please sign in to comment.