forked from public/foundryvtt-reve-de-dragon
Auto formatting
This commit is contained in:
@ -69,7 +69,7 @@ export class RdDCommands {
|
||||
return;
|
||||
}
|
||||
const term = path[0];
|
||||
fullPath = fullPath+term+' '
|
||||
fullPath = fullPath + term + ' '
|
||||
if (path.length == 1) {
|
||||
command.descr = `<strong>${fullPath}</strong>: ${command.descr}`;
|
||||
targetTable[term] = command;
|
||||
|
Reference in New Issue
Block a user