Readded AFK...
This commit is contained in:
parent
15aada899c
commit
4500360a02
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ public class MCListener implements Listener {
|
|||
DiscordPlugin.sendMessageToChannel(DiscordPlugin.chatchannel, e.getSender() + " YEEHAWs");
|
||||
}
|
||||
|
||||
/*public void onPlayerAFK(AfkStatusChangeEvent e) {
|
||||
public void onPlayerAFK(AfkStatusChangeEvent e) {
|
||||
DiscordPlugin.sendMessageToChannel(DiscordPlugin.chatchannel,
|
||||
e.getAffected().getBase().getDisplayName() + " is " + (e.getValue() ? "now" : "no longer") + " AFK.");
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue