diff --git a/pom.xml b/pom.xml
index f3dd8bd..c154949 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,10 +5,10 @@
com.github.maxopoly
zeus
Zeus
- 1.1
+ 1.2
- 11
+ 16
UTF-8
UTF-8
@@ -16,7 +16,7 @@
com.github.civclassic
civclassic-parent
- 1.0.0
+ 1.0.1
@@ -45,6 +45,24 @@
-proc:none
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ 3.3.0-SNAPSHOT
+
+
+
+ true
+
+
+ org.json
+ com.github.maxopoly.zeus.util.json
+
+
+
+
+
+
@@ -53,7 +71,7 @@
org.json
json
- 20160810
+ 20210307
com.rabbitmq
diff --git a/src/main/java/com/github/maxopoly/zeus/rabbit/incoming/artemis/PlayerInitTransferRequest.java b/src/main/java/com/github/maxopoly/zeus/rabbit/incoming/artemis/PlayerInitTransferRequest.java
index 31ee647..54e384a 100644
--- a/src/main/java/com/github/maxopoly/zeus/rabbit/incoming/artemis/PlayerInitTransferRequest.java
+++ b/src/main/java/com/github/maxopoly/zeus/rabbit/incoming/artemis/PlayerInitTransferRequest.java
@@ -54,7 +54,7 @@ public boolean handleRequest(PlayerTransferSession connState, ConnectedServer se
if (targetServer == null) {
sendReply(sendingServer,
new RejectPlayerTransfer(connState.getTransactionID(), TransferRejectionReason.NO_TARGET_FOUND));
- getLogger().error("Failed to find target server for " + connState.getLocation() + " from " + sendingServer);
+ getLogger().error("Failed to find target server for " + connState.getLocation() + " from " + sendingServer.getID());
return false;
}
connState.setTargetServer(targetServer);