Update GalaxiEngine

This commit is contained in:
ME1312 2019-06-21 15:41:01 -04:00
parent 3af2087f19
commit 9dedc3b90d
No known key found for this signature in database
GPG Key ID: FEFFE2F698E88FA8
6 changed files with 8 additions and 8 deletions

View File

@ -30,13 +30,13 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiUtil</artifactId>
<version>19w24a</version>
<version>19w25a</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiEngine</artifactId>
<version>19w24a</version>
<version>19w25a</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -20,7 +20,7 @@ public class GalaxiEventListener {
public GalaxiEventListener(SubPlugin plugin) throws Throwable {
this.plugin = plugin;
Galaxi.getInstance().getPluginManager().registerListener(Galaxi.getInstance().getAppInfo(), this);
Galaxi.getInstance().getPluginManager().registerListeners(Galaxi.getInstance().getAppInfo(), this);
plugin.canSudo = true;
}

View File

@ -48,7 +48,7 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiUtil</artifactId>
<version>19w24a</version>
<version>19w25a</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -30,7 +30,7 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiUtil</artifactId>
<version>19w24a</version>
<version>19w25a</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -20,7 +20,7 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiEngine</artifactId>
<version>19w24a</version>
<version>19w25a</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -30,13 +30,13 @@
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiUtil</artifactId>
<version>19w24a</version>
<version>19w25a</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
<artifactId>GalaxiEngine</artifactId>
<version>19w24a</version>
<version>19w25a</version>
<scope>provided</scope>
</dependency>
<dependency>