Increase time after switching servers to kick player

This commit is contained in:
Sam 2017-05-09 16:27:06 +01:00
parent b0407cfc51
commit 9d3957cd54
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ public class CashOutModule extends MiniPlugin
{ {
kickPlayer(player); kickPlayer(player);
} }
}, 20); }, 50);
} }
} }
} }