update
This commit is contained in:
@@ -10,6 +10,8 @@ local ManualGearbox = class('ManualGearbox', BaseGearbox)
|
||||
function ManualGearbox:initialize(vehicle, name, config)
|
||||
BaseGearbox.initialize(self, vehicle, name, config)
|
||||
|
||||
if CLIENT then return end
|
||||
|
||||
table.merge(self.wireOutputs, {
|
||||
Gearbox_Gear = 'number'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user