mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-02-04 05:38:24 +00:00
Update code for 1.20.4
This commit is contained in:
@@ -34,7 +34,7 @@ public class WrappedUserApiService implements UserApiService {
|
||||
}
|
||||
|
||||
@Override
|
||||
public UserProperties properties() {
|
||||
public UserProperties fetchProperties() {
|
||||
return FORCED_PROPERTIES;
|
||||
}
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ public class WrappedUserApiService implements UserApiService {
|
||||
}
|
||||
|
||||
@Override
|
||||
public UserProperties properties() {
|
||||
public UserProperties fetchProperties() {
|
||||
return FORCED_PROPERTIES;
|
||||
}
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ public class WrappedUserApiService implements UserApiService {
|
||||
}
|
||||
|
||||
@Override
|
||||
public UserProperties properties() {
|
||||
public UserProperties fetchProperties() {
|
||||
return FORCED_PROPERTIES;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user