mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
Fix whitespace bug in Hydraulic constraints (#329)
This commit is contained in:
parent
d416441c94
commit
6a510580b2
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user