API to determine whether a player is /softmuted.
This commit is contained in:
@@ -220,7 +220,7 @@ public abstract class DataStore
|
|||||||
return newValue;
|
return newValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean isSoftMuted(UUID playerID)
|
public boolean isSoftMuted(UUID playerID)
|
||||||
{
|
{
|
||||||
Boolean mapEntry = this.softMuteMap.get(playerID);
|
Boolean mapEntry = this.softMuteMap.get(playerID);
|
||||||
if(mapEntry == null || mapEntry == Boolean.FALSE)
|
if(mapEntry == null || mapEntry == Boolean.FALSE)
|
||||||
|
|||||||
Reference in New Issue
Block a user