mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
More changes
This commit is contained in:
parent
37d04344ae
commit
f374ee3be9
35 changed files with 38 additions and 38 deletions
|
@ -133,8 +133,8 @@ function onEventStarted(player, command, triggerName)
|
|||
return;
|
||||
end
|
||||
|
||||
if (weaponskillHandlers[command.actorId] ~= nil) then
|
||||
weaponskillHandlers[command.actorId](player);
|
||||
if (weaponskillHandlers[command.Id] ~= nil) then
|
||||
weaponskillHandlers[command.Id](player);
|
||||
else
|
||||
player:SendMessage(0x20, "", "That weaponskill is not implemented yet.");
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue