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

Merge pull request #2 from HeshamTB/dev

test2
This commit is contained in:
HeshamTB 2018-05-02 22:22:47 +03:00 committed by GitHub
commit 3303576efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

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