Update code for 1.20.4

This commit is contained in:
Aizistral
2026-01-29 00:21:31 +01:00
parent e12a22cf9f
commit 141a73fb28
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ public class WrappedUserApiService implements UserApiService {
}
@Override
public UserProperties properties() {
public UserProperties fetchProperties() {
return FORCED_PROPERTIES;
}

View File

@@ -34,7 +34,7 @@ public class WrappedUserApiService implements UserApiService {
}
@Override
public UserProperties properties() {
public UserProperties fetchProperties() {
return FORCED_PROPERTIES;
}

View File

@@ -34,7 +34,7 @@ public class WrappedUserApiService implements UserApiService {
}
@Override
public UserProperties properties() {
public UserProperties fetchProperties() {
return FORCED_PROPERTIES;
}