Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ function Actor() {

const FIXED_TAGS = {};

//const ACTORS_FILTER = (actor: Rivet.actors.Actor) =>
// toRecord(actor.tags).type !== "function" &&
// toRecord(actor.tags).framework !== "actor-core";

const ACTORS_FILTER = (actor: Rivet.actors.Actor) =>
toRecord(actor.tags).framework !== "actor-core";

Expand Down
Loading