mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed the last actor speed. It was active mode speed.
This commit is contained in:
@@ -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;
|
Reference in New Issue
Block a user