Quick fixes

This commit is contained in:
ME1312 2018-07-15 02:07:15 -04:00
parent c1a35ff266
commit 8f6d3e5527
No known key found for this signature in database
GPG Key ID: FEFFE2F698E88FA8
18 changed files with 6 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,4 +2,4 @@ Manifest-Version: 1.0
Class-Path: BungeeCord.jar Waterfall.jar
Main-Class: net.ME1312.SubServers.Bungee.Launch
Implementation-Title: SubServers.Bungee
Specification-Title: 18w29j
Specification-Title: 18w29m

View File

@ -50,7 +50,7 @@ public final class Launch {
System.out.println(System.getProperty("os.name") + " " + System.getProperty("os.version") + ',');
System.out.println("Java " + System.getProperty("java.version") + ",");
System.out.println("BungeeCord" + ((patched)?" [Patched] ":" ") + net.md_5.bungee.Bootstrap.class.getPackage().getImplementationVersion() + ',');
System.out.println("SubServers.Sync v" + SubPlugin.version.toExtendedString());
System.out.println("SubServers.Bungee v" + SubPlugin.version.toExtendedString());
System.out.println("");
} else {
System.out.println("");

Binary file not shown.

View File

@ -1,3 +1,3 @@
Manifest-Version: 1.0
Implementation-Title: SubServers.Client.Bukkit
Specification-Title: 18w29j
Specification-Title: 18w29m

View File

@ -72,7 +72,7 @@ public class InternalUIRenderer extends UIRenderer {
}
} catch (Exception e) {
e.printStackTrace();
return new ItemStack(Material.AIR);
return null;
}
}

Binary file not shown.

View File

@ -1,4 +1,4 @@
Manifest-Version: 1.0
Main-Class: net.ME1312.SubServers.Host.ExHost
Implementation-Title: SubServers.Host
Specification-Title: 18w29j
Specification-Title: 18w29m

Binary file not shown.

View File

@ -2,4 +2,4 @@ Manifest-Version: 1.0
Class-Path: BungeeCord.jar Waterfall.jar
Main-Class: net.ME1312.SubServers.Sync.Launch
Implementation-Title: SubServers.Sync
Specification-Title: 18w29j
Specification-Title: 18w29m