mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-02-04 05:38:24 +00:00
Implement 'telemetryAllowed' in WSIS
This commit is contained in:
@@ -28,6 +28,11 @@ public class WrappedSocialInteractionsService implements SocialInteractionsServi
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean telemetryAllowed() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isBlockedPlayer(UUID playerID) {
|
||||
return this.service.isBlockedPlayer(playerID);
|
||||
|
||||
@@ -28,6 +28,11 @@ public class WrappedSocialInteractionsService implements SocialInteractionsServi
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean telemetryAllowed() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isBlockedPlayer(UUID playerID) {
|
||||
return this.service.isBlockedPlayer(playerID);
|
||||
|
||||
Reference in New Issue
Block a user