Message sur D20 impair dans le tchat et corrections diverses
All checks were successful
Release Creation / build (release) Successful in 44s

This commit is contained in:
2026-03-10 22:00:52 +01:00
parent 6cedcea74c
commit d4c8a20d53
43 changed files with 54 additions and 16 deletions

View File

@@ -89,7 +89,7 @@ export class WastelandCommands {
if (command && command.func) {
const result = command.func(content, msg, params);
if (result == false) {
RdDCommands._chatAnswer(msg, command.descr);
WastelandCommands._chatAnswer(msg, command.descr);
}
return true;
}