This fixes the output of /fawe version and gives the versioning a fresh overhaul as well
This commit is contained in:
NotMyFault
2019-04-17 00:35:39 +02:00
parent f829f51bcd
commit 7b8bf18309
9 changed files with 55 additions and 44 deletions

View File

@ -89,7 +89,7 @@ public class WorldEditCommands {
PlatformManager pm = we.getPlatformManager();
actor.printDebug("Platforms:");
for (Platform platform : pm.getPlatforms()) {
actor.printDebug(String.format(" - %s (%s)", platform.getPlatformName(), platform.getPlatformVersion()));
actor.printDebug(String.format(" - %s", platform.getPlatformName()));
}
actor.printDebug("Capabilities:");
for (Capability capability : Capability.values()) {