Fixed typo

This commit is contained in:
2020-12-01 08:18:19 +01:00
parent 14a77c37b9
commit cbafeede44
3 changed files with 1 additions and 5 deletions

View File

@@ -12,7 +12,5 @@ export class ActorKH extends Actor {
const data = actorData.data;
const flags = actorData.flags;
data.type = actorData.type;
console.log("ACTOR DATA")
}
}