chore(glue): style nit

This commit is contained in:
fallenoak 2026-02-24 20:56:34 -06:00 committed by GitHub
parent e391f966bb
commit 208ed6f14c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,8 +200,7 @@ int32_t Script_ShowTerminationWithoutNoticeNotice(lua_State* L) {
int32_t Script_TerminationWithoutNoticeAccepted(lua_State* L) {
if (CGlueMgr::m_acceptedTerminationWithoutNotice) {
lua_pushnumber(L, 1.0);
}
else {
} else {
lua_pushnil(L);
}