Compare commits

..

2 Commits

Author SHA1 Message Date
leonardo-dgs 2c12cec858
Merge 198812cebb into 460cb21c62 2024-03-10 13:00:45 +00:00
leonardo-dgs 198812cebb
Clean up code 2024-03-10 14:00:07 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ public class Vault extends JavaPlugin {
private static Logger log;
private Permission perms;
private String newVersionTitle = "";
private double newVersion = 0;
private double currentVersion = 0;
private double newVersion;
private double currentVersion;
private String currentVersionTitle = "";
private ServicesManager sm;
private Vault plugin;