comment debug string

pull/6/head
Victor Kukshiev 2019-05-03 11:51:24 +03:00 committed by GitHub
parent ef6abdfa96
commit d33f3c7570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ public class AdminListener extends ImprovedListenerAdapter implements Descriptio
} }
break; break;
default: default:
event.respond("Wrong command. Try to send it privately."); //event.respond("Wrong command. Try to send it privately.");
break; break;
} }
} }