special case for damn daniel

This commit is contained in:
Leijurv 2018-10-16 11:13:35 -07:00
parent 46a24af373
commit 398169f68e
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 0 additions and 1 deletions

View File

@ -463,7 +463,6 @@ public class ExampleBaritoneControl extends Behavior implements Helper {
}
if (msg.equals("damn")) {
logDirect("daniel");
return true;
}
return false;
}