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