mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
No reason to cast here.
This commit is contained in:
parent
62146480db
commit
98c6abad36
@ -622,7 +622,7 @@ public final class FlatfileDatabaseManager implements DatabaseManager {
|
|||||||
// Introduction of Blast Mining cooldowns
|
// Introduction of Blast Mining cooldowns
|
||||||
// Version 1.3.00-dev
|
// Version 1.3.00-dev
|
||||||
// commit fadbaf429d6b4764b8f1ad0efaa524a090e82ef5
|
// commit fadbaf429d6b4764b8f1ad0efaa524a090e82ef5
|
||||||
newLine.append((int) 0).append(":");
|
newLine.append(0).append(":");
|
||||||
if (oldVersion == null) {
|
if (oldVersion == null) {
|
||||||
oldVersion = "1.3.00";
|
oldVersion = "1.3.00";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user