Skip to content

Commit

Permalink
Bug fix for ElevatorSystem Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunseok-yang committed Jul 20, 2020
1 parent 5f4f7ac commit 65f5618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/DevicePlugins/ElevatorSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected override void OnAwake()

protected override void OnStart()
{
var hashKey = MakeHashKey(modelName, partName);
var hashKey = MakeHashKey(partName);
if (!RegisterServiceDevice(hashKey))
{
Debug.LogError("Failed to register ElevatorSystem service - " + hashKey);
Expand Down

0 comments on commit 65f5618

Please sign in to comment.