Compare commits

..

2 Commits

Author SHA1 Message Date
leonardo-dgs 64e9fa23fe
Merge 66220e8c6c into 460cb21c62 2024-03-09 22:12:47 +01:00
leonardo-dgs 66220e8c6c
Clean up code 2024-03-09 22:12:25 +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;
private double currentVersion;
private double newVersion = 0;
private double currentVersion = 0;
private String currentVersionTitle = "";
private ServicesManager sm;
private Vault plugin;