mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-04 07:17:19 +07:00
Typo fix
This commit is contained in:
@ -88,7 +88,7 @@ public class RemoteMethodAnnotationProcessor extends AbstractProcessor {
|
||||
orderedElements.sort(Comparator.comparing(Object::toString));
|
||||
|
||||
//create methods
|
||||
for (Element element : elements) {
|
||||
for (Element element : orderedElements) {
|
||||
Remote annotation = element.getAnnotation(Remote.class);
|
||||
|
||||
//check for static
|
||||
|
Reference in New Issue
Block a user