Use copyall instead of nesting pos2xyz and xyz2pos

develop
Ryan Williams 2021-12-18 02:05:16 -08:00 committed by GitHub
parent e813301d16
commit bc042bc7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -1012,7 +1012,7 @@ Fortress mode
{x = 5, y = 7, z = 11}
getSelectedUnit().pos
xyz2pos(pos2xyz(df.global.cursor))
copyall(df.global.cursor)
Returns false if unsuccessful.