Fixed error
This commit is contained in:
parent
879140b322
commit
010731dfa4
4
init.lua
4
init.lua
@ -209,11 +209,11 @@ local function stamina_globaltimer(dtime)
|
|||||||
-- Determine if the player is walking
|
-- Determine if the player is walking
|
||||||
if controls.jump then
|
if controls.jump then
|
||||||
|
|
||||||
exhaust_player(player, STAMINA_EXHAUST_JUMP)
|
exhaust_player(players[n], STAMINA_EXHAUST_JUMP)
|
||||||
|
|
||||||
elseif controls.up or controls.down or controls.left or controls.right then
|
elseif controls.up or controls.down or controls.left or controls.right then
|
||||||
|
|
||||||
exhaust_player(player, STAMINA_EXHAUST_MOVE)
|
exhaust_player(players[n], STAMINA_EXHAUST_MOVE)
|
||||||
end
|
end
|
||||||
|
|
||||||
--- START sprint
|
--- START sprint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user