mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-12-25 17:08:23 +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() {
|
||||
return (String) this.viaProxyYaml.get("version");
|
||||
return String.valueOf(this.viaProxyYaml.get("version"));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user