Skip to content

Commit 299b384

Browse files
committed
was right the first time
1 parent 9219446 commit 299b384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: script/actor/vaesen.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export class VaesenActor extends Actor {
190190
async _handleItem(document, userId, textType) {
191191
const actorChanged = this;
192192
// if we are not dealing with a player or headquarter, we don't want to log the changes
193-
if (actorChanged.type != "player" || actorChanged.type != "headquarter") return;
193+
if (actorChanged.type != "player" && actorChanged.type != "headquarter") return;
194194
const byText = game.i18n.localize("CHANGELOG.BY");
195195
const atText = game.i18n.localize("CHANGELOG.AT");
196196
const dateChanged = new Date().toLocaleString();

0 commit comments

Comments
 (0)