forked from MagicBane/Server
Unused field removed
This commit is contained in:
@@ -29,7 +29,7 @@ import engine.objects.PlayerCharacter;
|
||||
public class InviteToSubHandler extends AbstractClientMsgHandler {
|
||||
|
||||
public InviteToSubHandler() {
|
||||
super(InviteToSubMsg.class);
|
||||
super();
|
||||
}
|
||||
|
||||
private static void sendChat(PlayerCharacter source, String msg) {
|
||||
|
||||
Reference in New Issue
Block a user