Skip to content

Commit

Permalink
Fix whitespace bug in Hydraulic constraints (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrb93 authored Dec 1, 2020
1 parent d416441 commit 6a51058
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions lua/advdupe2/sv_clipboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ AdvDupe2.JobManager.PastingHook = false
AdvDupe2.JobManager.Queue = {}

local constraints = {
["Weld" ] = true,
["Axis" ] = true,
["Ballsocket"] = true,
["Elastic" ] = true,
["Hydraulic "] = true,
["Motor" ] = true,
["Muscle" ] = true,
["Pulley" ] = true,
["Rope" ] = true,
["Slider" ] = true,
["Winch" ] = true
Weld = true,
Axis = true,
Ballsocket = true,
Elastic = true,
Hydraulic = true,
Motor = true,
Muscle = true,
Pulley = true,
Rope = true,
Slider = true,
Winch = true
}

local serializable = {
Expand Down

0 comments on commit 6a51058

Please sign in to comment.