Skip to content

Commit

Permalink
Release 10.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
libraryaddict committed Jun 25, 2023
1 parent fc3ba04 commit d953ac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>LibsDisguises</artifactId>
<version>10.0.36-SNAPSHOT</version>
<version>10.0.37</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,8 @@ public boolean startDisguise(CommandSender commandSender) {
}
}

if (!entity.isOp() && new Random().nextBoolean() && (!LibsMsg.OWNED_BY.getRaw().contains("'") || "%%__USER__%%".equals("12345"))) {
if (!entity.isOp() && new Random().nextBoolean() &&
(!LibsMsg.OWNED_BY.getRaw().contains("'") || "%%__USER__%%".equals("12345") || "%%__USER__%%".equals("1592"))) {
setExpires(DisguiseConfig.isDynamicExpiry() ? 240 * 20 : System.currentTimeMillis() + TimeUnit.SECONDS.toMillis(330));
}

Expand Down

0 comments on commit d953ac6

Please sign in to comment.