Skip to content

Commit

Permalink
Add compatibility for the VW Transporter mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Suprcheese committed Apr 27, 2018
1 parent a8f8931 commit 7727d92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ function isSpecialCase(name)
return "nope"
elseif name == "cargo-plane" then
return "tarp"
elseif name == "vwtransportercargo" then
return "tarp"
elseif name == "nixie-tube-sprite" then -- These should be obsolete in recent versions of Nixies
return "nope"
elseif name == "nixie-tube-small-sprite" then
Expand Down

0 comments on commit 7727d92

Please sign in to comment.