Skip to content

Commit

Permalink
fix unnecessary debug from proximity trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 28, 2021
1 parent 911b34e commit 2cebdd1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -248,7 +248,7 @@ public InteractScriptContainer getInteractScript(PlayerTag player, Class<? exten
}

public InteractScriptContainer getInteractScriptQuietly(PlayerTag player, Class<? extends AbstractTrigger> triggerType) {
return InteractScriptHelper.getInteractScript(this, player, true, triggerType);
return InteractScriptHelper.getInteractScript(this, player, false, triggerType);
}

public void destroy() {
Expand Down

0 comments on commit 2cebdd1

Please sign in to comment.