Machine Linking Overhaul (#7160)
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Content.Server.Physics.Controllers
|
||||
|
||||
conveyorRot += comp.Angle;
|
||||
|
||||
if (comp.State == ConveyorState.Reversed)
|
||||
if (comp.State == ConveyorState.Reverse)
|
||||
{
|
||||
conveyorRot += MathF.PI;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user