Update GalaxiEngine

This commit is contained in:
ME1312 2018-11-22 17:55:23 -05:00
parent 52ebd6b903
commit dc63284781
No known key found for this signature in database
GPG Key ID: FEFFE2F698E88FA8
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# -> BungeeCord and SubServers.Sync # -> BungeeCord and SubServers.Sync
# -> GalaxiEngine and SubServers.Host # -> GalaxiEngine and SubServers.Host
# #
# Usage: "bash SubServers.Bungee.Patcher.sh <Platform.jar> <SubServers.jar>" # Usage: "bash SubServers.Patcher.sh <Platform.jar> <SubServers.jar>"
# #
#!/usr/bin/env bash #!/usr/bin/env bash
if [ -z "$1" ] if [ -z "$1" ]

View File

@ -20,7 +20,7 @@
<dependency> <dependency>
<groupId>net.ME1312.Galaxi</groupId> <groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiEngine</artifactId> <artifactId>GalaxiEngine</artifactId>
<version>18w46a</version> <version>18w47e</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>