Skip to content
Snippets Groups Projects
Commit 86ca9b1f authored by Indev's avatar Indev
Browse files

Fix formatting, fix one typo

parent f5039597
Branches main
No related tags found
No related merge requests found
...@@ -115,5 +115,5 @@ addHook("MobjThinker", function(pmo) ...@@ -115,5 +115,5 @@ addHook("MobjThinker", function(pmo)
end, MT_PLAYER) end, MT_PLAYER)
addHook("MobjThinker", function(pmo) addHook("MobjThinker", function(pmo)
if booststack.running and (pmo.slopeboost or pmo.accelboost) then booststack.doBoost(pmo, "slopeboost", 1) end if booststack.running and (pmo.slopeboost or pmo.slopeaccel) then booststack.doBoost(pmo, "slopeboost", 1) end
end, MT_PLAYER) end, MT_PLAYER)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment