Vanish-o.

This commit is contained in:
asofold 2015-03-21 11:58:37 +01:00
parent ef1ef05115
commit 067ce0d5a5

View File

@ -48,7 +48,7 @@ public class MCAccessBukkit implements MCAccess, BlockPropertiesSetup{
public String getMCVersion() {
// Bukkit API.
// TODO: maybe output something else.
return "1.4.6|1.4.7|1.5.x|1.6.x|1.7.x|1.8.x"; // 1.8.x is bold!
return "1.4.6|1.4.7|1.5.x|1.6.x|1.7.x|1.8.x|?"; // 1.8.x is bold!
}
@Override