Skip to content

Commit

Permalink
Update CVT_Addon.lua v0.3.0.51 - 0.9.9.72
Browse files Browse the repository at this point in the history
  • Loading branch information
s4t4n authored Oct 2, 2023
1 parent 2db514f commit 61377b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CVT_Addon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
local scrversion = "0.3.0.52";
local modversion = "0.9.9.72"; -- moddesc
local lastupdate = "02.10.23";
-- last change -- send event spec than self
-- last change -- send event spec than self, syntax

-- known issue Neutral does'n sync lastDirection mp, you have to press a forward or reward directionbutton, not change direction
-- shop configuration produced call stacks
Expand Down Expand Up @@ -3041,4 +3041,4 @@ end
-- Drivable = true
-- addModEventListener(CVTaddon)
-- Player.registerActionEvents = Utils.appendedFunction(Player.registerActionEvents, CVTaddon.registerActionEvents)
-- Drivable.onUpdate = Utils.appendedFunction(Drivable.onUpdate, CVTaddon.onUpdate);
-- Drivable.onUpdate = Utils.appendedFunction(Drivable.onUpdate, CVTaddon.onUpdate);

0 comments on commit 61377b5

Please sign in to comment.