fixed rejoin queue not working on velocity
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ public class VelocityQueue {
|
|||||||
@SuppressWarnings("UnstableApiUsage")
|
@SuppressWarnings("UnstableApiUsage")
|
||||||
@Subscribe
|
@Subscribe
|
||||||
public void onJoin(ServerPostConnectEvent e) {
|
public void onJoin(ServerPostConnectEvent e) {
|
||||||
if(e.getPreviousServer() != null) { // only run if the player just joined
|
if(e.getPreviousServer() == null) { // only run if the player just joined
|
||||||
main.getEventHandler().onPlayerJoin(new VelocityPlayer(e.getPlayer()));
|
main.getEventHandler().onPlayerJoin(new VelocityPlayer(e.getPlayer()));
|
||||||
}
|
}
|
||||||
main.getEventHandler().onPlayerJoinServer(new VelocityPlayer(e.getPlayer()));
|
main.getEventHandler().onPlayerJoinServer(new VelocityPlayer(e.getPlayer()));
|
||||||
|
|||||||
Reference in New Issue
Block a user