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; skillFatigueReset: number;
changeMaxStamina: boolean | number; changeMaxStamina: boolean | number;
unlimitedStamina: boolean; unlimitedStamina: boolean;
removeInRaidsRestrictions: boolean; removeInRaidRestrictions: boolean;
disableFallDamage: boolean; disableFallDamage: boolean;
allSkillsMaster: boolean; allSkillsMaster: boolean;
enableSkillBotReload: boolean; enableSkillBotReload: boolean;

View File

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

View File

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

View File

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