Skip to content

Commit 995d3c8

Browse files
author
Lukas
authored
Update VulpesCloud support to apply current API changes
Update CloudUtils.java to use getServiceName instead of getService().getName()
2 parents d77a121 + 917ce11 commit 995d3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/bypixeltv/redivelocity/utils/CloudUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static String getServiceName(String cloud) {
2929
final ServiceInfoHolder serviceInfoHolder = InjectionLayer.ext().instance(ServiceInfoHolder.class);
3030
return serviceInfoHolder.serviceInfo().name();
3131
} else if (cloud.equalsIgnoreCase("vulpescloud")) {
32-
return Wrapper.instance.getService().getName();
32+
return Wrapper.instance.getServiceName();
3333
} else {
3434
return null;
3535
}

0 commit comments

Comments
 (0)