mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Fixed the last actor speed. It was active mode speed.
This commit is contained in:
parent
8a0ebe7ec4
commit
4b0ffb3882
4 changed files with 15 additions and 14 deletions
|
@ -9,5 +9,5 @@ function onTrigger(player, argc, stop, walk, run)
|
|||
walk = tonumber(walk) or 2;
|
||||
run = tonumber(run) or 5;
|
||||
|
||||
player:ChangeSpeed(stop, walk, run);
|
||||
player:ChangeSpeed(stop, walk, run, run);
|
||||
end;
|
Loading…
Add table
Add a link
Reference in a new issue