1
0
mirror of https://bitbucket.org/HeshamTB/greet.git synced 2024-11-05 16:32:16 +01:00

Merge pull request #1 from HeshamTB/dev

test
This commit is contained in:
HeshamTB 2018-05-02 22:20:14 +03:00 committed by GitHub
commit 882111e446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ public class events implements Listener {
p.sendMessage(ChatColor.AQUA +"Type"+ ChatColor.GREEN +" (/help greet) "+ ChatColor.AQUA+ "for list of new commands");
}
//master
@EventHandler
public void Quit(PlayerQuitEvent e ) {
Player p = e.getPlayer();