Finalize the format of HardwareConfiguration. (#514)
This commit is contained in:
committed by
Róbert Kiss
parent
6659ef8eab
commit
8e121d88ab
@@ -64,7 +64,7 @@ export class UserConfigEffects {
|
||||
const hardwareConfig = new HardwareConfiguration();
|
||||
hardwareConfig.fromBinary(UhkBuffer.fromArray(data));
|
||||
|
||||
if (hardwareConfig.uuid > 0) {
|
||||
if (hardwareConfig.uniqueId > 0) {
|
||||
return hardwareConfig;
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user