Fixed CC boot on fresh computer
This commit is contained in:
parent
6d3fa5ec63
commit
ee6a558c40
1 changed files with 1 additions and 1 deletions
|
@ -804,7 +804,7 @@ end
|
|||
|
||||
label = os.computerLabel()
|
||||
if not label then
|
||||
label = "" .. os.computerLabel()
|
||||
label = "" .. os.getComputerID()
|
||||
end
|
||||
|
||||
-- read configuration
|
||||
|
|
Loading…
Reference in a new issue