Sync Teufel

This commit is contained in:
2020-05-13 09:12:33 +02:00
parent ce7002a738
commit 1a113f2034
2 changed files with 4 additions and 3 deletions

View File

@ -43,7 +43,8 @@ const _manage_inn_roll = async (content, msg) => {
Hooks.on("chatMessage", (html, content, msg) => {
if ( content.includes("/auberge") ) {
return _manage_inn_roll( content, msg );
_manage_inn_roll( content, msg );
return false;
}
} );