fix for spelling

This commit is contained in:
CWX 2022-07-23 13:12:21 +01:00
parent a9c8feda61
commit 968cc3c932
4 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ export interface Player
skillFatigueReset: number;
changeMaxStamina: boolean | number;
unlimitedStamina: boolean;
removeInRaidsRestrictions: boolean;
removeInRaidRestrictions: boolean;
disableFallDamage: boolean;
allSkillsMaster: boolean;
enableSkillBotReload: boolean;

View File

@ -89,7 +89,7 @@ export class Player
}
//Change in raids restrictions
if (this.configHandler.getConfig().player.removeInRaidsRestrictions)
if (this.configHandler.getConfig().player.removeInRaidRestrictions)
{
globals.RestrictionsInRaid = []
}

View File

@ -75,7 +75,7 @@ export interface Player
skillFatigueReset: number;
changeMaxStamina: boolean | number;
unlimitedStamina: boolean;
removeInRaidsRestrictions: boolean;
removeInRaidRestrictions: boolean;
disableFallDamage: boolean;
allSkillsMaster: boolean;
enableSkillBotReload: boolean;

View File

@ -89,7 +89,7 @@ export class Player
}
//Change in raids restrictions
if (this.configHandler.getConfig().player.removeInRaidsRestrictions)
if (this.configHandler.getConfig().player.removeInRaidRestrictions)
{
globals.RestrictionsInRaid = []
}