Update LuaApi.cpp

develop
Ryan Williams 2024-01-04 06:00:56 -08:00 committed by GitHub
parent 302390388b
commit 538150a192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

@ -1905,7 +1905,6 @@ static const LuaWrapper::FunctionReg dfhack_units_module[] = {
WRAPM(Units, isDemon), WRAPM(Units, isDemon),
WRAPM(Units, isDanger), WRAPM(Units, isDanger),
WRAPM(Units, isGreatDanger), WRAPM(Units, isGreatDanger),
WRAPM(Units, getUnitFromHFID),
WRAPM(Units, teleport), WRAPM(Units, teleport),
WRAPM(Units, getGeneralRef), WRAPM(Units, getGeneralRef),
WRAPM(Units, getSpecificRef), WRAPM(Units, getSpecificRef),