Skip to content

Commit

Permalink
delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed May 2, 2021
1 parent a276fec commit 6f99f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.kunmc.lab</groupId>
<artifactId>vplayerplugin</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.4-SNAPSHOT</version>
<packaging>jar</packaging>

<name>VPlayerPlugin</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/kunmc/lab/vplayer/ProxyServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void run() {
.map(p -> new VideoPatch(p.getUUID(), p.getQuad(), p.fetchState())).collect(Collectors.toList()));
PacketDispatcherServer.send(player, packet);
}
}.runTaskLaterAsynchronously(plugin, 10);
}.runTaskLaterAsynchronously(plugin, 40);
}

@EventHandler
Expand Down

0 comments on commit 6f99f76

Please sign in to comment.