fix for spelling
This commit is contained in:
parent
a9c8feda61
commit
968cc3c932
@ -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;
|
||||||
|
@ -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 = []
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
@ -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 = []
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user