Make ModuleType final

This commit is contained in:
Ossian Winter 2021-01-27 15:29:38 +01:00
parent 757475543f
commit 995352816b
No known key found for this signature in database
GPG Key ID: 1017BE95C68A39F9

View File

@ -29,7 +29,7 @@ import java.util.List;
*/
public final class ModuleListComponent extends ResizableHudComponent {
private Module.ModuleType type;
private final Module.ModuleType type;
private int scroll = 0;
private int oldScroll = 0;