mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
stuff seth missed
admin -> staff
This commit is contained in:
@ -57,7 +57,7 @@ public class FPlayer
|
||||
private BukkitTask lockupScheduleTask = null;
|
||||
private boolean lockedUp = false;
|
||||
private String lastMessage = "";
|
||||
private boolean inAdminchat = false;
|
||||
private boolean inStaffchat = false;
|
||||
private boolean allCommandsBlocked = false;
|
||||
@Getter
|
||||
@Setter
|
||||
@ -348,14 +348,14 @@ public class FPlayer
|
||||
return lastMessage;
|
||||
}
|
||||
|
||||
public void setAdminChat(boolean inAdminchat)
|
||||
public void setStaffChat(boolean inStaffchat)
|
||||
{
|
||||
this.inAdminchat = inAdminchat;
|
||||
this.inStaffchat = inStaffchat;
|
||||
}
|
||||
|
||||
public boolean inAdminChat()
|
||||
public boolean inStaffChat()
|
||||
{
|
||||
return this.inAdminchat;
|
||||
return this.inStaffchat;
|
||||
}
|
||||
|
||||
public boolean allCommandsBlocked()
|
||||
|
Reference in New Issue
Block a user