mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Update netty and remove unused import.
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-all</artifactId>
|
<artifactId>netty-all</artifactId>
|
||||||
<version>4.0.15.Final</version>
|
<version>4.0.18.Final</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -17,8 +17,6 @@ import org.apollo.io.player.PlayerSaver;
|
|||||||
import org.apollo.util.NameUtil;
|
import org.apollo.util.NameUtil;
|
||||||
import org.apollo.util.StreamUtil;
|
import org.apollo.util.StreamUtil;
|
||||||
|
|
||||||
import com.lambdaworks.crypto.SCryptUtil;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A {@link PlayerSaver} implementation that saves player data to a binary file.
|
* A {@link PlayerSaver} implementation that saves player data to a binary file.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user