mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2025-01-27 22:21:22 +01:00
Fixed YAML interpreting plugin version as Number
This commit is contained in:
parent
87a1392cd9
commit
0172a3d870
@ -43,7 +43,7 @@ public abstract class ViaProxyPlugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public final String getVersion() {
|
public final String getVersion() {
|
||||||
return (String) this.viaProxyYaml.get("version");
|
return String.valueOf(this.viaProxyYaml.get("version"));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user