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