mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
Revert "Merge branch 'development' of https://github.com/TFPatches/TotalFreedomMod into development"
This reverts commit4407e9e6ec
, reversing changes made toe4c9ea656e
.
This commit is contained in:
@ -45,7 +45,7 @@ public class Muter extends FreedomService
|
||||
return;
|
||||
}
|
||||
|
||||
if (plugin.sl.isStaffSync(player))
|
||||
if (plugin.al.isAdminSync(player))
|
||||
{
|
||||
fPlayer.setMuted(false);
|
||||
MUTED_PLAYERS.remove(player.getName());
|
||||
@ -70,7 +70,7 @@ public class Muter extends FreedomService
|
||||
}
|
||||
|
||||
String message = event.getMessage();
|
||||
if (plugin.sl.isStaff(player))
|
||||
if (plugin.al.isAdmin(player))
|
||||
{
|
||||
fPlayer.setMuted(false);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user