Fixing duplicate stuff after merging

This commit is contained in:
McKris 2023-01-23 04:15:21 -03:00 committed by LucasGGamerM
parent 97dbd3499f
commit a900c79e2c
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ public abstract class GithubSelfUpdater{
public static class UpdateInfo{ public static class UpdateInfo{
public String changelog; public String changelog;
public String version; public String version;
public String changelog;
public long size; public long size;
} }
} }