mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 17:02:53 +00:00
@@ -111,7 +111,6 @@ public class SimpleChatService extends AbstractService implements ChatService {
|
||||
ChatBanActiveChatServiceException {
|
||||
Preconditions.checkNotNull(sender, "sender");
|
||||
Preconditions.checkNotNull(message, "message");
|
||||
Preconditions.checkNotNull(extra, "extra");
|
||||
|
||||
final ChatChannel channel;
|
||||
switch (chat) {
|
||||
|
||||
Reference in New Issue
Block a user