mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Removed unneeded recast timer parameter in EquipAbility call in EquipAbilityCommand.lua
This commit is contained in:
parent
35f9251056
commit
e390138258
@ -8,7 +8,7 @@ require ("global")
|
||||
|
||||
function onEventStarted(player, equipAbilityWidget, triggername, slot, ability, unkown, arg1, arg2, arg3, arg4, arg5, arg6)
|
||||
if ability then
|
||||
player:EquipAbility(slot, ability, 1);
|
||||
player:EquipAbility(slot, ability);
|
||||
end
|
||||
player:endEvent();
|
||||
end
|
Loading…
Reference in New Issue
Block a user