Temporarily removing AFK
This commit is contained in:
parent
4460cd3145
commit
839a90f1f0
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");
|
DiscordPlugin.sendMessageToChannel(DiscordPlugin.chatchannel, e.getSender() + " YEEHAWs");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onPlayerAFK(AfkStatusChangeEvent e) {
|
/*public void onPlayerAFK(AfkStatusChangeEvent e) {
|
||||||
DiscordPlugin.sendMessageToChannel(DiscordPlugin.chatchannel,
|
DiscordPlugin.sendMessageToChannel(DiscordPlugin.chatchannel,
|
||||||
e.getAffected().getBase().getDisplayName() + " is " + (e.getValue() ? "now" : "no longer") + " AFK.");
|
e.getAffected().getBase().getDisplayName() + " is " + (e.getValue() ? "now" : "no longer") + " AFK.");
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue