mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-07 19:30:48 +01:00
Removed kick message
This commit is contained in:
parent
55bd06911a
commit
aee9b496ba
@ -285,7 +285,7 @@ public class PlayerListener implements Listener{
|
||||
if(dplayer!=null){
|
||||
//dplayer.goOffline();
|
||||
dplayer.leave();
|
||||
dplayer.player.kickPlayer("You have left the game!");
|
||||
dplayer.player.kickPlayer("");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user