mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-24 03:25:24 +01:00
Fixed a warning
This commit is contained in:
parent
de6e20d60a
commit
12f68bc227
@ -210,6 +210,7 @@ private int getInt(String node, int def) {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private double getDouble(String node, double def) {
|
||||
double val = parentConfig.getDouble(node, def);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user