Skip to content

Commit

Permalink
Fixed: Create index crashing for phys-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvideo1234 committed Jul 1, 2024
1 parent 88a01e9 commit 546a388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/autorun/trackassembly_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@ asmlib.CreateTable("ADDITIONS",{

asmlib.CreateTable("PHYSPROPERTIES",{
Timer = gaTimerSet[3],
Index = {{1},{2},{1,2},{1,4}},
Index = {{1},{2},{1,2}},
Trigs = {
Record = function(arLine, vSrc)
local noTY = asmlib.GetOpVar("MISS_NOTP")
Expand Down

0 comments on commit 546a388

Please sign in to comment.