forked from MagicBane/Server
Unused field removed
This commit is contained in:
@@ -21,7 +21,7 @@ import engine.objects.PlayerCharacter;
|
||||
public class AllianceChangeMsgHandler extends AbstractClientMsgHandler {
|
||||
|
||||
public AllianceChangeMsgHandler() {
|
||||
super(AllianceChangeMsg.class);
|
||||
super();
|
||||
}
|
||||
|
||||
private static void MakeEnemy(Guild fromGuild, Guild toGuild, AllianceChangeMsg msg, ClientConnection origin) {
|
||||
|
||||
Reference in New Issue
Block a user