fix for spelling
This commit is contained in:
parent
a9c8feda61
commit
968cc3c932
@ -75,7 +75,7 @@ export interface Player
|
||||
skillFatigueReset: number;
|
||||
changeMaxStamina: boolean | number;
|
||||
unlimitedStamina: boolean;
|
||||
removeInRaidsRestrictions: boolean;
|
||||
removeInRaidRestrictions: boolean;
|
||||
disableFallDamage: boolean;
|
||||
allSkillsMaster: boolean;
|
||||
enableSkillBotReload: boolean;
|
||||
|
@ -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 = []
|
||||
}
|
||||
|
@ -75,7 +75,7 @@ export interface Player
|
||||
skillFatigueReset: number;
|
||||
changeMaxStamina: boolean | number;
|
||||
unlimitedStamina: boolean;
|
||||
removeInRaidsRestrictions: boolean;
|
||||
removeInRaidRestrictions: boolean;
|
||||
disableFallDamage: boolean;
|
||||
allSkillsMaster: boolean;
|
||||
enableSkillBotReload: boolean;
|
||||
|
@ -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 = []
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user