Typo Message stress

This commit is contained in:
Vincent Vandemeulebrouck 2021-09-02 15:28:14 +02:00
parent 542424c3f8
commit c82618e3ab

View File

@ -891,7 +891,7 @@ export class RdDUtility {
static distribuerStress(stressValue, raison = 'Inconnu', nomJoueur = undefined) { static distribuerStress(stressValue, raison = 'Inconnu', nomJoueur = undefined) {
if (game.user.isGM) { if (game.user.isGM) {
if (stressValue == undefined){ if (stressValue == undefined){
ui.notifications.warn("Pas de valeuir de stress à distribuer!"); ui.notifications.warn("Pas de valeur de stress à distribuer!");
return; return;
} }
if (nomJoueur == undefined) { if (nomJoueur == undefined) {