mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-27 00:40:52 +01:00
Fixed Composer Name
This commit is contained in:
parent
edc4050184
commit
28993ead89
@ -16,9 +16,8 @@ public class IgnoredUsersComposer extends MessageComposer {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected ServerMessage composeInternal() {
|
protected ServerMessage composeInternal() {
|
||||||
|
|
||||||
}
|
}
|
||||||
this.response.init(Outgoing.IgnoredUsersComposer);
|
this.response.init(Outgoing.IgnoredUsersMessageComposer);
|
||||||
this.response.appendInt(0);
|
this.response.appendInt(0);
|
||||||
return this.response;
|
return this.response;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user