mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 19:46:27 +00:00
add update for global presence handler
This commit is contained in:
parent
59b501b2b1
commit
12bf4e9dcf
1 changed files with 116 additions and 109 deletions
|
@ -117,6 +117,13 @@ public class EssentialsXMPP extends JavaPlugin implements IEssentialsXMPP
|
|||
return instance.xmpp.sendMessage(address, message);
|
||||
}
|
||||
|
||||
// @Override
|
||||
public static boolean updatePresence()
|
||||
{
|
||||
instance.xmpp.updatePresence();
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> getSpyUsers()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue