mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 20:46:41 +00:00
Inconsistency and Ridiculous Bug Corrections (#189)
This commit is contained in:
@ -37,8 +37,8 @@ public class Command_op extends FreedomCommand
|
||||
}
|
||||
}
|
||||
|
||||
// if the player is not online
|
||||
if (player == null)
|
||||
// if the player is not online or is vanished
|
||||
if (player == null || Command_vanish.VANISHED.contains(player) && !plugin.al.isAdmin(sender))
|
||||
{
|
||||
if (plugin.al.isAdmin(sender) || senderIsConsole)
|
||||
{
|
||||
|
Reference in New Issue
Block a user