mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 06:41:55 +00:00
Remove unused variable
This commit is contained in:
@@ -47,7 +47,6 @@ type Constructor_Return_Props = {
|
||||
ewarnStudio: <T...>(T...) -> (),
|
||||
|
||||
Elevator: {
|
||||
TravelingDirection: Enums.ElevatorCallDirectionValues,
|
||||
BoxModel: BasePart,
|
||||
AlignPosition: AlignPosition,
|
||||
Configuration: ElevatorTypes.ElevatorConfigurationTable
|
||||
@@ -171,7 +170,6 @@ function Elevator.constructor(ElevatorBoxModel, ElevatorConfigurationTable, Floo
|
||||
ewarnStudio = ewarnStudio,
|
||||
|
||||
Elevator = {
|
||||
TravelingDirection = Enums.ElevatorCallDirection.Up,
|
||||
BoxModel = ElevatorBoxModel,
|
||||
AlignPosition = BoxAlignPosition,
|
||||
Configuration = ElevatorConfigurationTable,
|
||||
|
||||
Reference in New Issue
Block a user