Skip to content

Commit

Permalink
point eval default to the correct offsetplot.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jan 25, 2017
1 parent fce2e49 commit a83ab16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,6 @@ if GAMESTATE:IsPlayerEnabled(PLAYER_1) then
end


t[#t+1] = LoadActor("offsetplot")
t[#t+1] = LoadActor("../offsetplot")

return t

0 comments on commit a83ab16

Please sign in to comment.